From: Richard Purdie Date: Fri, 27 Jan 2012 23:57:33 +0000 (+0000) Subject: useradd.bbclass: Fix missing quote X-Git-Tag: 2015-4~11889 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d7b13cd42ab8d5f44f97e119b73ec2e363677d26;p=openembedded-core.git useradd.bbclass: Fix missing quote Signed-off-by: Richard Purdie --- diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index f935028927..8eb6444cee 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes/useradd.bbclass @@ -111,7 +111,7 @@ SYSROOTPOSTFUNC = "useradd_sysroot_sstate" SYSROOTPOSTFUNC_virtclass-native = "" SYSROOTPOSTFUNC_virtclass-nativesdk = "" -USERADDSETSCENEDEPS = "base-passwd:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene shadow-sysroot:do_populate_sysroot_setscene +USERADDSETSCENEDEPS = "base-passwd:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene shadow-sysroot:do_populate_sysroot_setscene" USERADDSETSCENEDEPS_virtclass-native = "" USERADDSETSCENEDEPS_virtclass-nativesdk = "" do_package_setscene[depends] = "${USERADDSETSCENEDEPS}"