[yocto] [meta-selinux] Add leading whitespace to DISTRO_FEATURES_append in oe-selinux.conf

Philip Tricca flihp at twobit.us
Mon Sep 23 10:46:26 PDT 2013


The lack of leading whitespace was causing two values in the
DISTRO_FEATURES variable to be combined. This was causing 'sysvinit'
from DISTRO_FEATURES_BACKFILL and 'pam' (from oe-selinux) to be
combined into 'sysvinitpam' thus dropping both from the
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..5ae2179 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"
-- 
1.7.10.4




More information about the yocto mailing list