From 34afbdd0fc809b8fb20696aeef3e6a61d6812e16 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sat, 4 Jan 2014 01:24:32 +0800 Subject: [PATCH] bitbake/lib/bb/cooker.py: remove a duplicated self.data Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- lib/bb/cooker.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py index fcf8db5c111..db4cb51c8d4 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 -- 2.47.3