diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/useradd.bbclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 986453a68a..74ae7d5152 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes/useradd.bbclass | |||
@@ -111,7 +111,10 @@ SYSROOTPOSTFUNC = "useradd_sysroot_sstate" | |||
111 | SYSROOTPOSTFUNC_virtclass-native = "" | 111 | SYSROOTPOSTFUNC_virtclass-native = "" |
112 | SYSROOTPOSTFUNC_virtclass-nativesdk = "" | 112 | SYSROOTPOSTFUNC_virtclass-nativesdk = "" |
113 | 113 | ||
114 | do_package_setscene[depends] = "base-passwd:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene shadow-sysroot:do_populate_sysroot_setscene" | 114 | USERADDSETSCENEDEPS = "base-passwd:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene shadow-sysroot:do_populate_sysroot_setscene |
115 | USERADDSETSCENEDEPS_virtclass-native = "" | ||
116 | USERADDSETSCENEDEPS_virtclass-nativesdk = "" | ||
117 | do_package_setscene[depends] = "${USERADDSETSCENEDEPS}" | ||
115 | 118 | ||
116 | # Recipe parse-time sanity checks | 119 | # Recipe parse-time sanity checks |
117 | def update_useradd_after_parse(d): | 120 | def update_useradd_after_parse(d): |