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 bb3a927c17..a05ead35b7 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc | |||
@@ -83,7 +83,8 @@ PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr" | |||
83 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" | 83 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" |
84 | 84 | ||
85 | RDEPENDS_${PN} = "shadow-securetty \ | 85 | RDEPENDS_${PN} = "shadow-securetty \ |
86 | base-passwd" | 86 | base-passwd \ |
87 | util-linux-sulogin" | ||
87 | RDEPENDS_${PN}_class-native = "" | 88 | RDEPENDS_${PN}_class-native = "" |
88 | RDEPENDS_${PN}_class-nativesdk = "" | 89 | RDEPENDS_${PN}_class-nativesdk = "" |
89 | 90 | ||