mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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
This commit is contained in:
+2
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user