All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 6/6] staging: Add missing parameter to debug message
Date: Mon,  6 Feb 2017 15:52:14 +0000	[thread overview]
Message-ID: <1486396334-8039-6-git-send-email-richard.purdie@linuxfoundation.org> (raw)
In-Reply-To: <1486396334-8039-1-git-send-email-richard.purdie@linuxfoundation.org>

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/classes/staging.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.7.4



      parent reply	other threads:[~2017-02-06 15:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-06 15:52 [PATCH 1/6] glibc: Separate locale files to their own sstate task Richard Purdie
2017-02-06 15:52 ` [PATCH 2/6] staging: Don't put ptest files into the sysroot Richard Purdie
2017-02-06 15:52 ` [PATCH 3/6] perl-native: Remove .packinfo file Richard Purdie
2017-02-06 19:26   ` Martin Jansa
2017-02-07  7:57     ` Richard Purdie
2017-02-06 19:51   ` Khem Raj
2017-02-06 15:52 ` [PATCH 4/6] staging: Add shared manifest support Richard Purdie
2017-02-06 15:52 ` [PATCH 5/6] staging: Improve file creation resiliance Richard Purdie
2017-02-06 15:52 ` Richard Purdie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486396334-8039-6-git-send-email-richard.purdie@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.