[poky] [PATCH 11/13] bitbake/cooker: don't drop possible_world ref count
Joshua Lock
josh at linux.intel.com
Fri Feb 4 00:54:28 PST 2011
From: Joshua Lock <josh at linux.intel.com>
We need this if we want to run the buildWorldTargetList function more than
once, for example in a UI where we can change the MACHINE and DISTRO as much
as we like before triggering a build.
Signed-off-by: Joshua Lock <josh at linux.intel.com>
---
bitbake/lib/bb/cooker.py | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 39cf011..1d84998 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -555,10 +555,6 @@ class BBCooker:
if terminal:
self.status.world_target.add(pn)
- # drop reference count now
- self.status.possible_world = None
- self.status.all_depends = None
-
def interactiveMode( self ):
"""Drop off into a shell"""
try:
--
1.7.4
More information about the poky
mailing list