From: Michael Lauer Date: Wed, 19 Jul 2006 13:40:56 +0000 (+0000) Subject: base.bbclass: catch up revision display with new monotone version X-Git-Tag: Release-2010-05/1~9453^2~1078^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee1ed83ed0f5d5058431cf729508f4c95d5745f;p=openembedded.git base.bbclass: catch up revision display with new monotone version --- diff --git a/classes/base.bbclass b/classes/base.bbclass index 852727e707..49d6260090 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -544,7 +544,7 @@ python base_eventhandler() { path_to_packages = path_to_bbfiles[:path_to_bbfiles.rindex( "packages" )] monotone_revision = "" try: - monotone_revision = file( "%s/MT/revision" % path_to_packages ).read().strip() + monotone_revision = file( "%s/_MTN/revision" % path_to_packages ).read().strip() except IOError: pass bb.data.setVar( 'OE_REVISION', monotone_revision, e.data )