]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake/cooker: don't drop possible_world ref count
authorJoshua Lock <josh@linux.intel.com>
Wed, 2 Feb 2011 12:48:10 +0000 (12:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Feb 2011 15:54:53 +0000 (15:54 +0000)
commitc2814caa5d80d3a1097c83b82b7a3f8eeb8da548
treec780799b6a3ecff7e8c11f790e5e9b15ffad2477
parentfb62c54e13e875dd81e0b5220c54a7753b4d5fa2
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>
bitbake/lib/bb/cooker.py