All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux] Add sysvinit to DISTRO_FEATURES in oe-selinux distro.
@ 2013-09-23  4:24 Philip Tricca
  2013-09-23  8:51 ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Tricca @ 2013-09-23  4:24 UTC (permalink / raw)
  To: yocto

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@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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-23 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23  4:24 [meta-selinux] Add sysvinit to DISTRO_FEATURES in oe-selinux distro Philip Tricca
2013-09-23  8:51 ` Burton, Ross
2013-09-23 14:36   ` Philip Tricca
2013-09-23 17:40     ` Philip Tricca

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.