]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Add missing variable bpn
authorNoor Ahsan <noor_ahsan@mentor.com>
Wed, 11 Apr 2012 12:00:12 +0000 (17:00 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Apr 2012 12:10:30 +0000 (13:10 +0100)
* bpn variable was used but it was not defined. Add bpn to resolve that issue.

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index fbeb97adcebc0d737232708b5d13be53603715bb..8c4a83a34f3a5e1f6405e5817bccdbaeab860aff 100644 (file)
@@ -328,6 +328,7 @@ def package_qa_check_arch(path,name,d, elf, messages):
     target_os   = d.getVar('TARGET_OS', True)
     target_arch = d.getVar('TARGET_ARCH', True)
     provides = d.getVar('PROVIDES', d, True)
+    bpn = d.getVar('BPN', True)
 
     # FIXME: Cross package confuse this check, so just skip them
     for s in ['cross', 'nativesdk', 'cross-canadian']: