base.bbclass: add missing import of metadata_scm
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 23 Mar 2010 10:51:56 +0000 (10:51 +0000)
committerChris Larson <chris_larson@mentor.com>
Tue, 23 Mar 2010 22:16:39 +0000 (15:16 -0700)
commit8ad0e50c7794b190286573f534f6118cd2e14ccf
treed102be748d465c9075ba5479ad42058c19b7035d
parent771026d7d51ec74642804f29866fef6c0a4c67b9
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>
classes/base.bbclass