mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
bitbake: bitbake/lib/bb/cooker.py: remove a duplicated self.data
(Bitbake rev: 34afbdd0fc809b8fb20696aeef3e6a61d6812e16) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
17aa506450
commit
f4e85cad1b
@@ -176,8 +176,6 @@ class BBCooker:
|
|||||||
sys.exit("FATAL: Failed to import extra cache class '%s'." % cache_name)
|
sys.exit("FATAL: Failed to import extra cache class '%s'." % cache_name)
|
||||||
|
|
||||||
self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, False)
|
self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, False)
|
||||||
self.data = self.databuilder.data
|
|
||||||
|
|
||||||
self.databuilder.parseBaseConfiguration()
|
self.databuilder.parseBaseConfiguration()
|
||||||
self.data = self.databuilder.data
|
self.data = self.databuilder.data
|
||||||
self.data_hash = self.databuilder.data_hash
|
self.data_hash = self.databuilder.data_hash
|
||||||
|
|||||||
Reference in New Issue
Block a user