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:
8447018
)
insane.bbclass: Commented out scanelf format debugging.
author
Leon Woestenberg
<leon.woestenberg@gmail.com>
Thu, 26 Apr 2007 23:24:09 +0000
(23:24 +0000)
committer
Leon Woestenberg
<leon.woestenberg@gmail.com>
Thu, 26 Apr 2007 23:24:09 +0000
(23:24 +0000)
classes/insane.bbclass
patch
|
blob
|
history
diff --git
a/classes/insane.bbclass
b/classes/insane.bbclass
index
d07b181
..
7454957
100644
(file)
--- a/
classes/insane.bbclass
+++ b/
classes/insane.bbclass
@@
-213,7
+213,7
@@
def package_qa_check_rpath(file,name,d):
if not bad_dir in bb.data.getVar('WORKDIR', d, True):
bb.fatal("This class assumed that WORKDIR is ${TMPDIR}/work... Not doing any check")
- bb.note("%s -F%%r#F %s" % (scanelf,file))
+
#
bb.note("%s -F%%r#F %s" % (scanelf,file))
output = os.popen("%s -F%%r#F %s" % (scanelf,file))
txt = output.readline().split()
for line in txt: