summaryrefslogtreecommitdiffstats
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:12:23 +0000
commit34afbdd0fc809b8fb20696aeef3e6a61d6812e16 (patch)
treec5dccf3855bf6e74dcebdb3be891a51b617d5e0d
parent2bc99b9dfa532430a13c39fca4e5ef3a2206b3b8 (diff)
downloadbitbake-34afbdd0fc809b8fb20696aeef3e6a61d6812e16.tar.gz
bitbake/lib/bb/cooker.py: remove a duplicated self.data
Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/cooker.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index fcf8db5c1..db4cb51c8 100644
--- a/lib/bb/cooker.py
+++ b/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