[oe] [PATCH] base.bbclass: add missing import of metadata_scm

Chris Larson clarson at kergoth.com
Tue Mar 23 22:17:16 UTC 2010


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

On Tue, Mar 23, 2010 at 1:51 PM, Antonio Ospite <ospite at 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 at 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 at 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



More information about the Openembedded-devel mailing list