aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
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-02-24 15:54:53 +0000
commitc2814caa5d80d3a1097c83b82b7a3f8eeb8da548 (patch)
treec780799b6a3ecff7e8c11f790e5e9b15ffad2477 /bitbake
parentfb62c54e13e875dd81e0b5220c54a7753b4d5fa2 (diff)
downloadopenembedded-core-contrib-c2814caa5d80d3a1097c83b82b7a3f8eeb8da548.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. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/cooker.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 1a05a312b4..18e9bb8711 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: