mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user