diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/insane.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index fbeb97adce..8c4a83a34f 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -328,6 +328,7 @@ def package_qa_check_arch(path,name,d, elf, messages): | |||
328 | target_os = d.getVar('TARGET_OS', True) | 328 | target_os = d.getVar('TARGET_OS', True) |
329 | target_arch = d.getVar('TARGET_ARCH', True) | 329 | target_arch = d.getVar('TARGET_ARCH', True) |
330 | provides = d.getVar('PROVIDES', d, True) | 330 | provides = d.getVar('PROVIDES', d, True) |
331 | bpn = d.getVar('BPN', True) | ||
331 | 332 | ||
332 | # FIXME: Cross package confuse this check, so just skip them | 333 | # FIXME: Cross package confuse this check, so just skip them |
333 | for s in ['cross', 'nativesdk', 'cross-canadian']: | 334 | for s in ['cross', 'nativesdk', 'cross-canadian']: |