diff options
-rw-r--r-- | meta/classes/useradd.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index e443f845f7..eb82b00473 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes/useradd.bbclass | |||
@@ -4,7 +4,7 @@ inherit useradd_base | |||
4 | # target sysroot, and shadow -native and -sysroot provide the utilities | 4 | # target sysroot, and shadow -native and -sysroot provide the utilities |
5 | # and support files needed to add and modify user and group accounts | 5 | # and support files needed to add and modify user and group accounts |
6 | DEPENDS_append = "${USERADDDEPENDS}" | 6 | DEPENDS_append = "${USERADDDEPENDS}" |
7 | USERADDDEPENDS = " base-files base-passwd shadow-native shadow-sysroot shadow" | 7 | USERADDDEPENDS = " base-files shadow-native shadow-sysroot shadow" |
8 | USERADDDEPENDS_class-cross = "" | 8 | USERADDDEPENDS_class-cross = "" |
9 | USERADDDEPENDS_class-native = "" | 9 | USERADDDEPENDS_class-native = "" |
10 | USERADDDEPENDS_class-nativesdk = "" | 10 | USERADDDEPENDS_class-nativesdk = "" |