mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
staging: Add missing parameter to debug message
(From OE-Core rev: 77ac40f8d4a4718b05f3692222a0dc91d90f0ab8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user