From: Richard Purdie Date: Mon, 6 Feb 2017 15:47:28 +0000 (+0000) Subject: staging: Add missing parameter to debug message X-Git-Tag: uninative-1.5~396 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=77ac40f8d4a4718b05f3692222a0dc91d90f0ab8;p=openembedded-core.git staging: Add missing parameter to debug message Signed-off-by: Richard Purdie --- diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 0cb46bfd24..075200909b 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass @@ -464,7 +464,7 @@ python extend_recipe_sysroot() { taskdeps[datadep] = setscenedeps[datadep][:2] retval = setscene_depvalid(datadep, taskdeps, [], d, msgbuf) if retval: - msgbuf.append("Skipping setscene dependency %s for installation into the sysroot") + msgbuf.append("Skipping setscene dependency %s for installation into the sysroot" % datadep) continue done.append(datadep) new.append(datadep)