[oe-commits] Richard Purdie : shadow: Add PACKAGECONFIG for acl/attr

git at git.openembedded.org git at git.openembedded.org
Mon Jul 21 09:53:17 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 7a9cf947b396bf04aa36c585bbd3158c508a8361
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7a9cf947b396bf04aa36c585bbd3158c508a8361

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jul 21 09:31:12 2014 +0100

shadow: Add PACKAGECONFIG for acl/attr

Otherwise builds are not deterministic.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/shadow/shadow.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 40f58f0..66541f4 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"



More information about the Openembedded-commits mailing list