From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] insane.bbclass: Add missing variable bpn
Date: Wed, 11 Apr 2012 08:35:44 -0700 [thread overview]
Message-ID: <4F85A4D0.9080005@linux.intel.com> (raw)
In-Reply-To: <1334145612-2814-1-git-send-email-noor_ahsan@mentor.com>
On 04/11/2012 05:00 AM, Noor, Ahsan wrote:
> 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']:
Merged into OE-Core
Sau!
prev parent reply other threads:[~2012-04-11 15:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-11 12:00 [PATCH] insane.bbclass: Add missing variable bpn Noor, Ahsan
2012-04-11 15:35 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F85A4D0.9080005@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox