diff options
Diffstat (limited to 'meta/classes/useradd.bbclass')
-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 64d6861644..f3dd8236ee 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes/useradd.bbclass | |||
@@ -2,7 +2,7 @@ | |||
2 | # target sysroot, and shadow -native and -sysroot provide the utilities | 2 | # target sysroot, and shadow -native and -sysroot provide the utilities |
3 | # and support files needed to add and modify user and group accounts | 3 | # and support files needed to add and modify user and group accounts |
4 | DEPENDS_append = "${USERADDDEPENDS}" | 4 | DEPENDS_append = "${USERADDDEPENDS}" |
5 | USERADDDEPENDS = " base-passwd shadow-native shadow-sysroot" | 5 | USERADDDEPENDS = " base-passwd shadow-native shadow-sysroot shadow" |
6 | USERADDDEPENDS_virtclass-nativesdk = "" | 6 | USERADDDEPENDS_virtclass-nativesdk = "" |
7 | 7 | ||
8 | # This preinstall function will be run in two contexts: once for the | 8 | # This preinstall function will be run in two contexts: once for the |