]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bin/bitbake, bb/__init__: Move BBDEBUG handling to bin/bitbake
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Dec 2012 12:30:27 +0000 (12:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Dec 2012 12:35:38 +0000 (12:35 +0000)
commit3a1b75037fe1e5282ffd40b037e93353405faa45
treebed7e6e0d22a098224305331340cbcdd2ce84951
parentc6211291ae07410832031a5274690437cc2b09a6
bin/bitbake, bb/__init__: Move BBDEBUG handling to bin/bitbake

The method this older code was accessing doesn't exist. A library shouldn't
be changing behaviour based on the environment anyway when sepcific function
calls exist to correctly setup the logging. Fix the crash if BBDEBUG was used
by moving the code to bin/bitbake.

[YOCTO #3319]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bin/bitbake
lib/bb/__init__.py