From ce241d7e6d8e31411867b5f2127b02c776b39d8a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Feb 2006 11:43:38 +0000 Subject: Update to 1.3.3 release of bitbake git-svn-id: https://svn.o-hand.com/repos/poky/trunk@269 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/bin/bitbake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bitbake/bin') diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 09417f6eca..b1fd76a4f1 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -31,7 +31,7 @@ import itertools, optparse parsespin = itertools.cycle( r'|/-\\' ) bbdebug = 0 -__version__ = "1.3.2" +__version__ = "1.3.3" #============================================================================# # BBParsingStatus @@ -461,8 +461,7 @@ class BBCooker: pn = bb.data.getVar('PN', the_data, 1) pv = bb.data.getVar('PV', the_data, 1) pr = bb.data.getVar('PR', the_data, 1) - tmpdir = bb.data.getVar('TMPDIR', the_data, 1) - stamp = '%s/stamps/%s-%s-%s.do_populate_staging' % (tmpdir, pn, pv, pr) + stamp = '%s.do_populate_staging' % bb.data.getVar('STAMP', the_data, 1) if os.path.exists(stamp): (newvers, fn) = preferred_versions[pn] if not fn in eligible: -- cgit v1.2.3-54-g00ecf