summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/shadow/shadow.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 2834509649..97ffae978a 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -46,9 +46,7 @@ inherit autotools gettext
46 46
47export CONFIG_SHELL="/bin/sh" 47export CONFIG_SHELL="/bin/sh"
48 48
49EXTRA_OECONF += "--without-audit \ 49EXTRA_OECONF += "--without-libcrack \
50 --without-libcrack \
51 --without-selinux \
52 --with-group-name-max-length=24 \ 50 --with-group-name-max-length=24 \
53 --enable-subordinate-ids=yes \ 51 --enable-subordinate-ids=yes \
54 --without-sssd \ 52 --without-sssd \
@@ -81,6 +79,8 @@ PACKAGECONFIG:class-nativesdk = ""
81PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" 79PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}"
82PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr" 80PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr"
83PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" 81PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl"
82PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit"
83PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux libsemanage"
84 84
85RDEPENDS:${PN} = "shadow-securetty \ 85RDEPENDS:${PN} = "shadow-securetty \
86 base-passwd \ 86 base-passwd \