diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-02-02 12:48:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-24 15:54:53 +0000 |
commit | c2814caa5d80d3a1097c83b82b7a3f8eeb8da548 (patch) | |
tree | c780799b6a3ecff7e8c11f790e5e9b15ffad2477 /bitbake | |
parent | fb62c54e13e875dd81e0b5220c54a7753b4d5fa2 (diff) | |
download | poky-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.py | 4 |
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: | |||
555 | if terminal: | 555 | if terminal: |
556 | self.status.world_target.add(pn) | 556 | self.status.world_target.add(pn) |
557 | 557 | ||
558 | # drop reference count now | ||
559 | self.status.possible_world = None | ||
560 | self.status.all_depends = None | ||
561 | |||
562 | def interactiveMode( self ): | 558 | def interactiveMode( self ): |
563 | """Drop off into a shell""" | 559 | """Drop off into a shell""" |
564 | try: | 560 | try: |