diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 2e139558bc..6194919e4c 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -648,8 +648,7 @@ class BBCooker: | |||
| 648 | 648 | ||
| 649 | # Load data into the cache for fn and parse the loaded cache data | 649 | # Load data into the cache for fn and parse the loaded cache data | 
| 650 | the_data = self.bb_cache.loadDataFull(fn, self.get_file_appends(fn), self.configuration.data) | 650 | the_data = self.bb_cache.loadDataFull(fn, self.get_file_appends(fn), self.configuration.data) | 
| 651 | self.bb_cache.setData(fn, buildfile, the_data) | 651 | self.bb_cache.add(fn, the_data, self.status) | 
| 652 | self.bb_cache.handle_data(fn, self.status) | ||
| 653 | 652 | ||
| 654 | # Tweak some variables | 653 | # Tweak some variables | 
| 655 | item = self.bb_cache.getVar('PN', fn, True) | 654 | item = self.bb_cache.getVar('PN', fn, True) | 
