mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
Move a var definition in cooker.parse_next
(Bitbake rev: 1b378ddf3dc9b2aa5384e8b28945b63fc623a6a4) Signed-off-by: Chris Larson <clarson@kergoth.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
8bc7ebb4ae
commit
4802a9d07a
@@ -970,9 +970,9 @@ class CookerParser:
|
|||||||
self.pointer = 0
|
self.pointer = 0
|
||||||
|
|
||||||
def parse_next(self):
|
def parse_next(self):
|
||||||
|
cooker = self.cooker
|
||||||
if self.pointer < len(self.filelist):
|
if self.pointer < len(self.filelist):
|
||||||
f = self.filelist[self.pointer]
|
f = self.filelist[self.pointer]
|
||||||
cooker = self.cooker
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
fromCache, skipped, virtuals = cooker.bb_cache.loadData(f, cooker.configuration.data, cooker.status)
|
fromCache, skipped, virtuals = cooker.bb_cache.loadData(f, cooker.configuration.data, cooker.status)
|
||||||
|
|||||||
Reference in New Issue
Block a user