summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cache.py')
-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 6e152fa0c9..bcadc275ec 100644
--- a/bitbake/lib/bb/cache.py
+++ b/bitbake/lib/bb/cache.py
@@ -541,7 +541,7 @@ class Cache(object):
541 541
542 # If any one of the variants is not present, mark as invalid for all 542 # If any one of the variants is not present, mark as invalid for all
543 if invalid: 543 if invalid:
544 for cls in info.variants: 544 for cls in info_array[0].variants:
545 virtualfn = self.realfn2virtual(fn, cls) 545 virtualfn = self.realfn2virtual(fn, cls)
546 if virtualfn in self.clean: 546 if virtualfn in self.clean:
547 logger.debug(2, "Cache: Removing %s from cache", virtualfn) 547 logger.debug(2, "Cache: Removing %s from cache", virtualfn)