diff options
| author | Noor Ahsan <noor_ahsan@mentor.com> | 2012-04-11 17:00:12 +0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-11 13:10:37 +0100 |
| commit | 75a604bbf52a2467ab5f97ae654feb5e88f47e82 (patch) | |
| tree | d194fcb485726a4bfdf392c17738cd0558b9e1e5 | |
| parent | 00a6199b9288d2c1fec7cef4c13a820a1976c1d6 (diff) | |
| download | poky-75a604bbf52a2467ab5f97ae654feb5e88f47e82.tar.gz | |
insane.bbclass: Add missing variable bpn
* bpn variable was used but it was not defined. Add bpn to resolve that issue.
(From OE-Core rev: 5756d4a7d34fbb370ef54a99dff06afba7a80d8f)
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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']: |
