diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-21 09:31:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-21 19:03:52 +0100 |
commit | 11e02c05da6945c24092ec06493cdafa2dcdbe0d (patch) | |
tree | 0b3cdbe330930000336d6675222e177b8b9ff55c /meta | |
parent | aa99817ad02c153361b2707d6fc81c09e72f4b8f (diff) | |
download | openembedded-core-11e02c05da6945c24092ec06493cdafa2dcdbe0d.tar.gz openembedded-core-11e02c05da6945c24092ec06493cdafa2dcdbe0d.tar.bz2 openembedded-core-11e02c05da6945c24092ec06493cdafa2dcdbe0d.zip |
shadow: Add PACKAGECONFIG for acl/attr
Otherwise builds are not deterministic.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/shadow/shadow.inc | 2 |
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" |