[oe-commits] Antonio Ospite : base.bbclass: add missing import of metadata_scm

git version control git at git.openembedded.org
Tue Mar 23 22:16:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8ad0e50c7794b190286573f534f6118cd2e14ccf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8ad0e50c7794b190286573f534f6118cd2e14ccf

Author: Antonio Ospite <ospite at studenti.unina.it>
Date:   Tue Mar 23 10:51:56 2010 +0000

base.bbclass: add missing import of metadata_scm

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>
Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 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 "$*"





More information about the Openembedded-commits mailing list