From adbf38414e583ab0190474556316b90cc6ed8458 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 27 Jan 2012 23:57:33 +0000 Subject: useradd.bbclass: Fix missing quote (From OE-Core rev: d7b13cd42ab8d5f44f97e119b73ec2e363677d26) (From OE-Core rev: 6e21a379542ef5428d6005782f1ad4a8c764eb47) Signed-off-by: Richard Purdie Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/classes/useradd.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.3-54-g00ecf