summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-01-04 01:24:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-03 15:16:42 +0000
commitf4e85cad1b275c6c1dfe5bc057ef5d50b932a2d6 (patch)
tree9dbbe895e7e159799cf7d25009dd681c6c1e8c2f /bitbake
parent17aa50645015a149298e78a175bbd3cbf171df22 (diff)
downloadpoky-f4e85cad1b275c6c1dfe5bc057ef5d50b932a2d6.tar.gz
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>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/cooker.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index fcf8db5c11..db4cb51c8d 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -176,8 +176,6 @@ class BBCooker:
176 sys.exit("FATAL: Failed to import extra cache class '%s'." % cache_name) 176 sys.exit("FATAL: Failed to import extra cache class '%s'." % cache_name)
177 177
178 self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, False) 178 self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, False)
179 self.data = self.databuilder.data
180
181 self.databuilder.parseBaseConfiguration() 179 self.databuilder.parseBaseConfiguration()
182 self.data = self.databuilder.data 180 self.data = self.databuilder.data
183 self.data_hash = self.databuilder.data_hash 181 self.data_hash = self.databuilder.data_hash