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:05:35 +0100 |
commit | ec70845b0e4e6fb37200cacec55b80379cd19a3a (patch) | |
tree | edaeb4198c06a278aad5ab53c0a9a2f609fdf3a6 | |
parent | 0ef3734c2f279bf463ba4d1aef5241cd4882d483 (diff) | |
download | poky-ec70845b0e4e6fb37200cacec55b80379cd19a3a.tar.gz |
shadow: Add PACKAGECONFIG for acl/attr
Otherwise builds are not deterministic.
(From OE-Core rev: 11e02c05da6945c24092ec06493cdafa2dcdbe0d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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)}" | |||
75 | PACKAGECONFIG_class-native = "" | 75 | PACKAGECONFIG_class-native = "" |
76 | PACKAGECONFIG_class-nativesdk = "" | 76 | PACKAGECONFIG_class-nativesdk = "" |
77 | PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" | 77 | PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" |
78 | PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr" | ||
79 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" | ||
78 | 80 | ||
79 | RDEPENDS_${PN} = "shadow-securetty \ | 81 | RDEPENDS_${PN} = "shadow-securetty \ |
80 | base-passwd" | 82 | base-passwd" |