From: Richard Purdie Date: Fri, 27 Jan 2012 23:57:33 +0000 (+0000) Subject: useradd.bbclass: Fix missing quote X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6e21a379542ef5428d6005782f1ad4a8c764eb47;p=openembedded-core.git useradd.bbclass: Fix missing quote (From OE-Core rev: d7b13cd42ab8d5f44f97e119b73ec2e363677d26) Signed-off-by: Richard Purdie Signed-off-by: Joshua Lock --- diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 74ae7d5152..d247b95b0f 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}"