diff options
| author | Joshua Lock <josh@linux.intel.com> | 2009-12-14 11:56:01 +0000 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2009-12-14 11:56:01 +0000 |
| commit | 62ab23e067d603a4a98be1db6de31fd78e983ebc (patch) | |
| tree | 19679a06e412547deb0dfbbe851a23cbbd2b9c22 | |
| parent | 61d608e51815d6015b9c24adb3cd7b14a93452b6 (diff) | |
| download | poky-62ab23e067d603a4a98be1db6de31fd78e983ebc.tar.gz | |
insane.bbclass: Skip arch check for Cross Canadian
Signed-off-by: Joshua Lock <josh@linux.intel.com>
| -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) |
