diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-03-23 10:51:56 +0000 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-03-23 15:16:39 -0700 |
commit | 8ad0e50c7794b190286573f534f6118cd2e14ccf (patch) | |
tree | d102be748d465c9075ba5479ad42058c19b7035d /classes | |
parent | 771026d7d51ec74642804f29866fef6c0a4c67b9 (diff) |
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@studenti.unina.it>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/base.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass index 182ce62d9a..cda9b8f293 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 "$*" |