diff options
Diffstat (limited to 'meta/classes/insane.bbclass')
| -rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index e74633051a..31d28ca6d4 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -283,7 +283,7 @@ def package_qa_check_arch(path,name,d): | |||
| 283 | target_arch = bb.data.getVar('TARGET_ARCH', d, True) | 283 | target_arch = bb.data.getVar('TARGET_ARCH', d, True) |
| 284 | 284 | ||
| 285 | # FIXME: Cross package confuse this check, so just skip them | 285 | # FIXME: Cross package confuse this check, so just skip them |
| 286 | if bb.data.inherits_class('cross', d) or bb.data.inherits_class('nativesdk', d): | 286 | if bb.data.inherits_class('cross', d) or bb.data.inherits_class('nativesdk', d) or bb.data.inherits_class('cross-canadian', d): |
| 287 | return True | 287 | return True |
| 288 | 288 | ||
| 289 | # avoid following links to /usr/bin (e.g. on udev builds) | 289 | # avoid following links to /usr/bin (e.g. on udev builds) |
