]> code.ossystems Code Review - openembedded-core.git/commitdiff
staging: Add missing parameter to debug message
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Feb 2017 15:47:28 +0000 (15:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Feb 2017 14:47:21 +0000 (14:47 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass

index 0cb46bfd2416278ecd9ce157bf8f2585d78ffbb7..075200909b543abc7d1d52937f0d7ca91f35819a 100644 (file)
@@ -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)