summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorChristopher Larson <kergoth@gmail.com>2011-07-19 13:05:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 11:09:46 +0100
commit9070e745c00600f909e58b4f7b99c5d32c8fdb30 (patch)
tree44e960977e8ef6a42008dca24e37281e8f87dd20 /bitbake
parent7170fe0f087ad73ba7b1646233e7319d465d5bbe (diff)
downloadast2050-yocto-poky-9070e745c00600f909e58b4f7b99c5d32c8fdb30.zip
ast2050-yocto-poky-9070e745c00600f909e58b4f7b99c5d32c8fdb30.tar.gz
cache: fix remnant broken 'info' reference from recent cache changes
(Bitbake rev: 807fb0b3bbad5163fdab24d379c2deba8f0b4f13) Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py
index 6e152fa..bcadc27 100644
--- a/bitbake/lib/bb/cache.py
+++ b/bitbake/lib/bb/cache.py
@@ -541,7 +541,7 @@ class Cache(object):
# If any one of the variants is not present, mark as invalid for all
if invalid:
- for cls in info.variants:
+ for cls in info_array[0].variants:
virtualfn = self.realfn2virtual(fn, cls)
if virtualfn in self.clean:
logger.debug(2, "Cache: Removing %s from cache", virtualfn)
OpenPOWER on IntegriCloud