Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] insane.bbclass: Add missing variable bpn
@ 2012-04-11 12:00 Noor, Ahsan
  2012-04-11 15:35 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Noor, Ahsan @ 2012-04-11 12:00 UTC (permalink / raw)
  To: openembedded-core

From: Noor Ahsan <noor_ahsan@mentor.com>

* bpn variable was used but it was not defined. Add bpn to resolve that issue.

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
---
 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 6298136..1cfb898 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):
     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']:
-- 
1.7.9




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-11 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-11 12:00 [PATCH] insane.bbclass: Add missing variable bpn Noor, Ahsan
2012-04-11 15:35 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox