* prexport.bbclass: Fix typo in warning: "AUROPR" -> "AUTOPR".
@ 2012-07-03 20:21 Robert P. J. Day
2012-07-05 17:29 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-07-03 20:21 UTC (permalink / raw)
To: OE Core mailing list
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):
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: prexport.bbclass: Fix typo in warning: "AUROPR" -> "AUTOPR".
2012-07-03 20:21 prexport.bbclass: Fix typo in warning: "AUROPR" -> "AUTOPR" Robert P. J. Day
@ 2012-07-05 17:29 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-07-05 17:29 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-05 17:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox