mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +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-native = ""
|
||||||
PACKAGECONFIG_class-nativesdk = ""
|
PACKAGECONFIG_class-nativesdk = ""
|
||||||
PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}"
|
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 \
|
RDEPENDS_${PN} = "shadow-securetty \
|
||||||
base-passwd"
|
base-passwd"
|
||||||
|
|||||||
Reference in New Issue
Block a user