From c2814caa5d80d3a1097c83b82b7a3f8eeb8da548 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 2 Feb 2011 12:48:10 +0000 Subject: 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 --- bitbake/lib/bb/cooker.py | 4 ---- 1 file changed, 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: -- cgit v1.2.3-54-g00ecf