[bitbake-devel] [PATCH 1/1] bitbake/lib/bb/cooker.py: remove a duplicated self.data

Robert Yang liezhi.yang at windriver.com
Fri Jan 3 17:24:32 UTC 2014


Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 bitbake/lib/bb/cooker.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index fcf8db5..db4cb51 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -176,8 +176,6 @@ class BBCooker:
                 sys.exit("FATAL: Failed to import extra cache class '%s'." % cache_name)
 
         self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, False)
-        self.data = self.databuilder.data
-
         self.databuilder.parseBaseConfiguration()
         self.data = self.databuilder.data
         self.data_hash = self.databuilder.data_hash
-- 
1.8.3.1




More information about the bitbake-devel mailing list