All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] bitbake/lib/bb/cooker.py: remove a duplicated self.data
@ 2014-01-03 17:24 Robert Yang
  2014-01-03 17:24 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-01-03 17:24 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit 17aa50645015a149298e78a175bbd3cbf171df22:

  classes/package: set SUMMARY in do_split_packages() (2014-01-02 22:39:24 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib robert/cooker
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/cooker

Robert Yang (1):
  bitbake/lib/bb/cooker.py: remove a duplicated self.data

 bitbake/lib/bb/cooker.py | 2 --
 1 file changed, 2 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] bitbake/lib/bb/cooker.py: remove a duplicated self.data
  2014-01-03 17:24 [PATCH 0/1] bitbake/lib/bb/cooker.py: remove a duplicated self.data Robert Yang
@ 2014-01-03 17:24 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-01-03 17:24 UTC (permalink / raw)
  To: bitbake-devel

Signed-off-by: Robert Yang <liezhi.yang@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-03  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-03 17:24 [PATCH 0/1] bitbake/lib/bb/cooker.py: remove a duplicated self.data Robert Yang
2014-01-03 17:24 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.