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:
f692fd8
)
insane.bbclass: report, but don't die on broken .la files
author
Koen Kooi
<koen@openembedded.org>
Mon, 19 Feb 2007 21:46:51 +0000
(21:46 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 19 Feb 2007 21:46:51 +0000
(21:46 +0000)
classes/insane.bbclass
patch
|
blob
|
history
diff --git
a/classes/insane.bbclass
b/classes/insane.bbclass
index
9a046cb
..
58f9ab5
100644
(file)
--- a/
classes/insane.bbclass
+++ b/
classes/insane.bbclass
@@
-308,7
+308,7
@@
def package_qa_check_staged(path,d):
if installed in file_content or workdir in file_content:
bb.error("QA issue: %s failed sanity test (reference to workdir or installed)" % file )
if package_qa_make_fatal_error( 5, "staging", path, d):
- sane =
Fals
e
+ sane =
Tru
e
elif file[-2:] == "pc":
file_content = open(path).read()
if "/usr/include" in file_content or workdir in file_content: