Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] shadow: Add PACKAGECONFIG for acl/attr
@ 2014-07-21  8:31 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-07-21  8:31 UTC (permalink / raw)
  To: openembedded-core

Otherwise builds are not deterministic.

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

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"




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-21  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-21  8:31 [PATCH] shadow: Add PACKAGECONFIG for acl/attr Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox