From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] insane.bbclass: Skip '.pc' in qa_configure
Date: Fri, 01 Oct 2010 14:56:41 -0700 [thread overview]
Message-ID: <4CA65919.2030203@mentor.com> (raw)
In-Reply-To: <1285969779-7932-2-git-send-email-tom_rini@mentor.com>
Tom Rini wrote:
--compose didn't stick, grr.
These files won't have anything useful in them and are often unreadable
so lets just skip them.
> Signed-off-by: Tom Rini <tom_rini@mentor.com>
> ---
> classes/insane.bbclass | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/classes/insane.bbclass b/classes/insane.bbclass
> index 5afa63c..9087efd 100644
> --- a/classes/insane.bbclass
> +++ b/classes/insane.bbclass
> @@ -466,6 +466,8 @@ python do_qa_configure() {
> configs = []
> bb.debug(1, "Checking sanity of the config.log file")
> for root, dirs, files in os.walk(bb.data.getVar('WORKDIR', d, True)):
> + if ".pc" in root:
> + continue
> statement = "grep 'CROSS COMPILE Badness:' %s > /dev/null" % \
> os.path.join(root,"config.log")
> if "config.log" in files:
--
Tom Rini
Mentor Graphics Corporation
next prev parent reply other threads:[~2010-10-01 21:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-01 21:49 [PATCH] insane.bbclass: Skip '.pc' in qa_configure Tom Rini
2010-10-01 21:49 ` Tom Rini
2010-10-01 21:56 ` Tom Rini [this message]
2010-10-02 6:10 ` Holger Freyther
2010-10-03 1:59 ` Tom Rini
2010-10-02 20:35 ` Khem Raj
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=4CA65919.2030203@mentor.com \
--to=tom_rini@mentor.com \
--cc=openembedded-devel@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.