summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/shadow/shadow.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 40f58f0d12..66541f4cce 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)}"
75PACKAGECONFIG_class-native = "" 75PACKAGECONFIG_class-native = ""
76PACKAGECONFIG_class-nativesdk = "" 76PACKAGECONFIG_class-nativesdk = ""
77PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" 77PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}"
78PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr"
79PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl"
78 80
79RDEPENDS_${PN} = "shadow-securetty \ 81RDEPENDS_${PN} = "shadow-securetty \
80 base-passwd" 82 base-passwd"