[yocto] [meta-selinux] Add sysvinit to DISTRO_FEATURES in oe-selinux distro.

Philip Tricca flihp at twobit.us
Sun Sep 22 21:24:18 PDT 2013


The oe-selinux distro won't build against the master branch of
oe-core unless sysvinit is in DISTRO_FEATURES.
Commit c72ec4b52827f75351790eab483d258b2e87611a in oe-core adds a
sanity check to the packagegroup class that requires the
VIRTUAL-RUNTIME_init_manager explicitly be set in DISTRO_FEATURES.

Signed-off-by: Philip Tricca <flihp at twobit.us>
---
 conf/distro/oe-selinux.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/distro/oe-selinux.conf b/conf/distro/oe-selinux.conf
index 9523abf..061529c 100644
--- a/conf/distro/oe-selinux.conf
+++ b/conf/distro/oe-selinux.conf
@@ -1,4 +1,4 @@
 DISTRO = "oe-selinux"
 DISTROOVERRIDES .= ":selinux"
 
-DISTRO_FEATURES_append = "pam selinux"
+DISTRO_FEATURES_append = "pam selinux sysvinit"
-- 
1.7.10.4




More information about the yocto mailing list