All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seebach <peter.seebach@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] sanity.bbclass: Attach the missing value to a format string.
Date: Tue, 19 Jun 2012 15:08:17 -0500	[thread overview]
Message-ID: <20120619150817.18bda401@wrlaptop> (raw)
In-Reply-To: <3b40004786e28acad94dbb4e059c51f792f508a3.1337298285.git.peter.seebach@windriver.com>

On Thu, 17 May 2012 18:45:58 -0500
Peter Seebach <peter.seebach@windriver.com> wrote:

> The tuning changes to sanity.bbclass were almost right, but one of
> the messages had a %s with no % operator.
> 
> Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
> ---
>  meta/classes/sanity.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
> index ff3c413..2bb0266 100644
> --- a/meta/classes/sanity.bbclass
> +++ b/meta/classes/sanity.bbclass
> @@ -47,7 +47,7 @@ def check_toolchain_tune(data, tune, multilib):
>              tune_errors.append("Tuning '%s' (%s) cannot be used with
> any supported tuning/ABI." % (tune, tuneabi))
>      if tune_errors:
> -        return "Tuning '%s' has the following errors:\n" +
> '\n'.join(tune_errors)
> +        return "Tuning '%s' has the following errors:\n" % tune +
> '\n'.join(tune_errors) 
>  def check_toolchain(data):
>      tune_error_set = []

Just noticed that this seems to have never made it in, should I update
and resend?

-s
-- 
Listen, get this.  Nobody with a good compiler needs to be justified.



  reply	other threads:[~2012-06-19 20:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-17 23:45 [PATCH 0/1] sanity.bbclass: Fix typo Peter Seebach
2012-05-17 23:45 ` [PATCH 1/1] sanity.bbclass: Attach the missing value to a format string Peter Seebach
2012-06-19 20:08   ` Peter Seebach [this message]
2012-05-18 14:32 ` [PATCH 0/1] sanity.bbclass: Fix typo Richard Purdie

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=20120619150817.18bda401@wrlaptop \
    --to=peter.seebach@windriver.com \
    --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.