From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: prexport.bbclass: Fix typo in warning: "AUROPR" -> "AUTOPR".
Date: Thu, 05 Jul 2012 10:29:15 -0700 [thread overview]
Message-ID: <4FF5CEEB.1050901@linux.intel.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1207031620150.30734@oneiric>
On 07/03/2012 01:21 PM, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
> i'm *assuming* this is the correct fix.
>
> diff --git a/meta/classes/prexport.bbclass b/meta/classes/prexport.bbclass
> index 2b16a66..b990c2b 100644
> --- a/meta/classes/prexport.bbclass
> +++ b/meta/classes/prexport.bbclass
> @@ -21,7 +21,7 @@ python prexport_handler () {
> bb.fatal("prexport_handler: export failed!")
> (metainfo, datainfo) = retval
> if not datainfo:
> - bb.warn("prexport_handler: No AUROPR values found for %s" % ver)
> + bb.warn("prexport_handler: No AUTOPR values found for %s" % ver)
> return
> oe.prservice.prserv_export_tofile(e.data, None, datainfo, False)
> elif isinstance(e, bb.event.ParseStarted):
>
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2012-07-05 17:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-03 20:21 prexport.bbclass: Fix typo in warning: "AUROPR" -> "AUTOPR" Robert P. J. Day
2012-07-05 17:29 ` 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=4FF5CEEB.1050901@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.