summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/shadow/shadow.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 419fe94b51..5451718cce 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -82,7 +82,8 @@ PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr"
82PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" 82PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl"
83 83
84RDEPENDS_${PN} = "shadow-securetty \ 84RDEPENDS_${PN} = "shadow-securetty \
85 base-passwd" 85 base-passwd \
86 util-linux-sulogin"
86RDEPENDS_${PN}_class-native = "" 87RDEPENDS_${PN}_class-native = ""
87RDEPENDS_${PN}_class-nativesdk = "" 88RDEPENDS_${PN}_class-nativesdk = ""
88 89