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:
3cf9d62
)
insane.bbclass: fix sdk builds
author
Koen Kooi
<koen@openembedded.org>
Thu, 17 May 2007 08:04:19 +0000
(08:04 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 17 May 2007 08:04:19 +0000
(08:04 +0000)
classes/insane.bbclass
patch
|
blob
|
history
diff --git
a/classes/insane.bbclass
b/classes/insane.bbclass
index
385db31
..
9f243c8
100644
(file)
--- a/
classes/insane.bbclass
+++ b/
classes/insane.bbclass
@@
-273,7
+273,7
@@
def package_qa_check_arch(path,name,d):
target_arch = bb.data.getVar('TARGET_ARCH', d, True)
# FIXME: Cross package confuse this check, so just skip them
- if bb.data.inherits_class('cross', d):
+ if bb.data.inherits_class('cross', d)
or bb.data.inherits_class('sdk', d)
:
return True
# avoid following links to /usr/bin (e.g. on udev builds)