From: Richard Purdie Date: Mon, 21 Jul 2014 08:31:12 +0000 (+0100) Subject: shadow: Add PACKAGECONFIG for acl/attr X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33084 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e02c05da6945c24092ec06493cdafa2dcdbe0d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git shadow: Add PACKAGECONFIG for acl/attr Otherwise builds are not deterministic. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 40f58f0d121..66541f4ccef 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"