diff options
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 96fdb66270..9d21b33143 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -970,9 +970,9 @@ class CookerParser: | |||
| 970 | self.pointer = 0 | 970 | self.pointer = 0 |
| 971 | 971 | ||
| 972 | def parse_next(self): | 972 | def parse_next(self): |
| 973 | cooker = self.cooker | ||
| 973 | if self.pointer < len(self.filelist): | 974 | if self.pointer < len(self.filelist): |
| 974 | f = self.filelist[self.pointer] | 975 | f = self.filelist[self.pointer] |
| 975 | cooker = self.cooker | ||
| 976 | 976 | ||
| 977 | try: | 977 | try: |
| 978 | fromCache, skipped, virtuals = cooker.bb_cache.loadData(f, cooker.configuration.data, cooker.status) | 978 | fromCache, skipped, virtuals = cooker.bb_cache.loadData(f, cooker.configuration.data, cooker.status) |
