aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-21 09:31:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-21 19:03:52 +0100
commit11e02c05da6945c24092ec06493cdafa2dcdbe0d (patch)
tree0b3cdbe330930000336d6675222e177b8b9ff55c
parentaa99817ad02c153361b2707d6fc81c09e72f4b8f (diff)
downloadopenembedded-core-contrib-11e02c05da6945c24092ec06493cdafa2dcdbe0d.tar.gz
shadow: Add PACKAGECONFIG for acl/attr
Otherwise builds are not deterministic. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/shadow/shadow.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 40f58f0d12..66541f4cce 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -75,6 +75,8 @@ PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
PACKAGECONFIG_class-native = ""
PACKAGECONFIG_class-nativesdk = ""
PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}"
+PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr"
+PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl"
RDEPENDS_${PN} = "shadow-securetty \
base-passwd"