package/apcupsd: fix SELinux
Add apache module as for now it is unconditionally used in apcupsd.fc to
fix build failure raised since dc8b2905f1
Fixes:
- No autobuilder failures yet
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7905ac1f34
commit
b3a68c2cf8
@ -9,7 +9,7 @@ APCUPSD_SITE = http://downloads.sourceforge.net/project/apcupsd/apcupsd%20-%20St
|
||||
APCUPSD_LICENSE = GPL-2.0
|
||||
APCUPSD_LICENSE_FILES = COPYING
|
||||
APCUPSD_CPE_ID_VENDOR = apcupsd
|
||||
APCUPSD_SELINUX_MODULES = apcupsd
|
||||
APCUPSD_SELINUX_MODULES = apache apcupsd
|
||||
APCUPSD_CONF_OPTS = --disable-test
|
||||
|
||||
ifneq ($(BR2_PACKAGE_APCUPSD_MODBUS_USB)$(BR2_PACKAGE_APCUPSD_USB),)
|
||||
|
Loading…
Reference in New Issue
Block a user