summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/insane.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 56d6a0b887..63ae166458 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -289,7 +289,7 @@ def package_qa_check_arch(path,name,d):
289 target_arch = bb.data.getVar('TARGET_ARCH', d, True) 289 target_arch = bb.data.getVar('TARGET_ARCH', d, True)
290 290
291 # FIXME: Cross package confuse this check, so just skip them 291 # FIXME: Cross package confuse this check, so just skip them
292 if bb.data.inherits_class('cross', d) or bb.data.inherits_class('nativesdk', d): 292 if bb.data.inherits_class('cross', d) or bb.data.inherits_class('nativesdk', d) or bb.data.inherits_class('cross-canadian', d):
293 return True 293 return True
294 294
295 # avoid following links to /usr/bin (e.g. on udev builds) 295 # avoid following links to /usr/bin (e.g. on udev builds)