summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-04-07 11:48:06 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-04-07 11:48:06 +0000
commitf083247cadbfec447628e30114f920c443af69b0 (patch)
tree767f24b98fd6534073927995dd24613c3f06120e /classes
parent3b4539cfddea3fcbe9f36d9089afd8962da76762 (diff)
parent8679a9849d2d635859f9207326cd1e94d982f454 (diff)
merge of 'd6472bcf61be355b72e9d96a067952d4f9b12831'
and 'e626ab4b1d3176dbf790f7d530dd936881f3e60a'
Diffstat (limited to 'classes')
-rw-r--r--classes/insane.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/insane.bbclass b/classes/insane.bbclass
index e5a1cd03d4..21348a8bb6 100644
--- a/classes/insane.bbclass
+++ b/classes/insane.bbclass
@@ -255,6 +255,10 @@ def package_qa_check_arch(path,name,d):
import bb, os
target_os = bb.data.getVar('TARGET_OS', d, True)
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):
+ return True
# avoid following links to /usr/bin (e.g. on udev builds)
# we will check the files pointed to anyway...