summaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-02-02 12:48:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-03 22:30:21 +0000
commitf491f1fd607a3d3ed26b9281e8a5c19b93db3f70 (patch)
treea3d02f9e0defaa40be70943b757ecb82eae6d34c /lib/bb/cooker.py
parent97c405f0d7bdc765cbac3197890634c33d112f24 (diff)
downloadbitbake-f491f1fd607a3d3ed26b9281e8a5c19b93db3f70.tar.gz
bitbake/cooker: don't drop possible_world ref count
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. (From Poky rev: c2814caa5d80d3a1097c83b82b7a3f8eeb8da548) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/cooker.py')
-rw-r--r--lib/bb/cooker.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 0b3c80cb5..b6b5934d2 100644
--- a/lib/bb/cooker.py
+++ b/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: