diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index ab3de91dac..f5ae831c4a 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -418,6 +418,8 @@ class BBCooker: | |||
418 | 418 | ||
419 | self.handleCollections(self.data.getVar("BBFILE_COLLECTIONS")) | 419 | self.handleCollections(self.data.getVar("BBFILE_COLLECTIONS")) |
420 | 420 | ||
421 | self.parsecache_valid = False | ||
422 | |||
421 | def updateConfigOpts(self, options, environment, cmdline): | 423 | def updateConfigOpts(self, options, environment, cmdline): |
422 | self.ui_cmdline = cmdline | 424 | self.ui_cmdline = cmdline |
423 | clean = True | 425 | clean = True |