From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] insane.bbclass: make RPATH issues temporary not fatal
Date: Mon, 14 Feb 2011 10:18:21 +0100 [thread overview]
Message-ID: <1297675101-986-1-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <AANLkTindNuCayWTyNrhSoaaVy4P9KhXnaJ2Lae_EX13V@mail.gmail.com>
* should be reverted as soon as we fix most of new QA issues found by better check
---
classes/insane.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/classes/insane.bbclass b/classes/insane.bbclass
index a846832..a4823db 100644
--- a/classes/insane.bbclass
+++ b/classes/insane.bbclass
@@ -116,7 +116,7 @@ def package_qa_make_fatal_error(error_class, name, path,d):
TODO: Load a whitelist of known errors
"""
- return not error_class in [0, 5, 7]
+ return not error_class in [0, 1, 5, 7]
def package_qa_write_error(error_class, name, path, d):
"""
--
1.7.4.1
prev parent reply other threads:[~2011-02-14 9:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-13 15:50 [PATCH] insane.bbclass: fix the check for bad RPATH Andreas Mueller
2011-02-13 20:33 ` Khem Raj
2011-02-13 22:36 ` Tom Rini
2011-02-14 9:18 ` Martin Jansa [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=1297675101-986-1-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.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.