From f4e85cad1b275c6c1dfe5bc057ef5d50b932a2d6 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sat, 4 Jan 2014 01:24:32 +0800 Subject: bitbake: bitbake/lib/bb/cooker.py: remove a duplicated self.data (Bitbake rev: 34afbdd0fc809b8fb20696aeef3e6a61d6812e16) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- bitbake/lib/bb/cooker.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bitbake/lib') 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: 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 -- cgit v1.2.3-54-g00ecf