[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4534/8267] staging: Add missing parameter to debug message



commit 529582a23842dab0e223ff46d0d1b3d5c61a894a
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Mon Feb 6 15:47:28 2017 +0000

    staging: Add missing parameter to debug message
    
    (From OE-Core rev: 77ac40f8d4a4718b05f3692222a0dc91d90f0ab8)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/staging.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 0cb46bf..0752009 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]