diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/shadow/shadow.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 99ffac35d1..e59ff640e3 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc | |||
@@ -74,7 +74,8 @@ PAM_PLUGINS = "libpam-runtime \ | |||
74 | pam-plugin-shells \ | 74 | pam-plugin-shells \ |
75 | pam-plugin-rootok" | 75 | pam-plugin-rootok" |
76 | 76 | ||
77 | PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 77 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \ |
78 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}" | ||
78 | PACKAGECONFIG_class-native = "" | 79 | PACKAGECONFIG_class-native = "" |
79 | PACKAGECONFIG_class-nativesdk = "" | 80 | PACKAGECONFIG_class-nativesdk = "" |
80 | PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" | 81 | PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" |