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>
This commit is contained in:
Joshua Lock 2011-02-02 12:48:10 +00:00 committed by Richard Purdie
parent fb62c54e13
commit c2814caa5d
1 changed files with 0 additions and 4 deletions

View File

@ -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: