git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe7727
)
insane.bbclass: make "LDFLAGS ignored" QA errors fatal
author
Jeremy Lainé
<jeremy.laine@m4x.org>
Wed, 8 Apr 2009 09:23:01 +0000
(09:23 +0000)
committer
Jeremy Lainé
<jeremy.laine@m4x.org>
Wed, 8 Apr 2009 09:23:01 +0000
(09:23 +0000)
classes/insane.bbclass
patch
|
blob
|
history
diff --git
a/classes/insane.bbclass
b/classes/insane.bbclass
index
3e519c3
..
9fc5f07
100644
(file)
--- a/
classes/insane.bbclass
+++ b/
classes/insane.bbclass
@@
-184,7
+184,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
, 9
]
+ return not error_class in [0, 5, 7]
def package_qa_write_error(error_class, name, path, d):
"""