All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] base.bbclass: add missing import of metadata_scm
@ 2010-03-23 20:51 Antonio Ospite
  2010-03-23 22:17 ` Chris Larson
  0 siblings, 1 reply; 2+ messages in thread
From: Antonio Ospite @ 2010-03-23 20:51 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Martin Jansa

In commit 89b7e433719f43f1c36c76cb8856d559014e99bc metadata_scm.bbclass
functions were factored out from base.bbclass, but the new file was not
included.

This prevented METADATA_SCM, METADATA_REVISION, METADATA_BRANCH to be
set; for instance this caused oestats-client stop working.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---
 classes/base.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/base.bbclass b/classes/base.bbclass
index 182ce62..cda9b8f 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -7,6 +7,7 @@ inherit packagedata
 inherit mirrors
 inherit utils
 inherit utility-tasks
+inherit metadata_scm
 
 die() {
 	oefatal "$*"
-- 
1.7.0.3




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

* Re: [PATCH] base.bbclass: add missing import of metadata_scm
  2010-03-23 20:51 [PATCH] base.bbclass: add missing import of metadata_scm Antonio Ospite
@ 2010-03-23 22:17 ` Chris Larson
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Larson @ 2010-03-23 22:17 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Martin Jansa

Applied, thanks, nicely spotted, and sorry about that :)

On Tue, Mar 23, 2010 at 1:51 PM, Antonio Ospite <ospite@studenti.unina.it>wrote:

> In commit 89b7e433719f43f1c36c76cb8856d559014e99bc metadata_scm.bbclass
> functions were factored out from base.bbclass, but the new file was not
> included.
>
> This prevented METADATA_SCM, METADATA_REVISION, METADATA_BRANCH to be
> set; for instance this caused oestats-client stop working.
>
> Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
> ---
>  classes/base.bbclass |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/classes/base.bbclass b/classes/base.bbclass
> index 182ce62..cda9b8f 100644
> --- a/classes/base.bbclass
> +++ b/classes/base.bbclass
> @@ -7,6 +7,7 @@ inherit packagedata
>  inherit mirrors
>  inherit utils
>  inherit utility-tasks
> +inherit metadata_scm
>
>  die() {
>        oefatal "$*"
> --
> 1.7.0.3
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics


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

end of thread, other threads:[~2010-03-23 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-23 20:51 [PATCH] base.bbclass: add missing import of metadata_scm Antonio Ospite
2010-03-23 22:17 ` Chris Larson

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.