diff options
Diffstat (limited to 'meta')
-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 c5c84b80c7..015abd54ca 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -404,7 +404,7 @@ def package_qa_check_arch(path,name,d, elf, messages): | |||
404 | 404 | ||
405 | target_os = d.getVar('TARGET_OS', True) | 405 | target_os = d.getVar('TARGET_OS', True) |
406 | target_arch = d.getVar('TARGET_ARCH', True) | 406 | target_arch = d.getVar('TARGET_ARCH', True) |
407 | provides = d.getVar('PROVIDES', d, True) | 407 | provides = d.getVar('PROVIDES', True) |
408 | bpn = d.getVar('BPN', True) | 408 | bpn = d.getVar('BPN', True) |
409 | 409 | ||
410 | # FIXME: Cross package confuse this check, so just skip them | 410 | # FIXME: Cross package confuse this check, so just skip them |