From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Sh4tM-0007r0-8J for openembedded-core@lists.openembedded.org; Tue, 19 Jun 2012 22:19:12 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q5JK8RYC007200 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 19 Jun 2012 13:08:27 -0700 (PDT) Received: from wrlaptop (172.25.40.226) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Tue, 19 Jun 2012 13:08:27 -0700 Date: Tue, 19 Jun 2012 15:08:17 -0500 From: Peter Seebach To: Message-ID: <20120619150817.18bda401@wrlaptop> In-Reply-To: <3b40004786e28acad94dbb4e059c51f792f508a3.1337298285.git.peter.seebach@windriver.com> References: <3b40004786e28acad94dbb4e059c51f792f508a3.1337298285.git.peter.seebach@windriver.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.4; x86_64-pc-linux-gnu) MIME-Version: 1.0 Subject: Re: [PATCH 1/1] sanity.bbclass: Attach the missing value to a format string. X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 20:19:12 -0000 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit On Thu, 17 May 2012 18:45:58 -0500 Peter Seebach 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 > --- > 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.