summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-23 10:48:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-24 10:34:52 +0100
commit0130b4c2691ddee3867df9de5a2852b2bcf1f617 (patch)
treebfbefbcf873869752d132877104c656851895a86 /bitbake/lib/bb/event.py
parent8bef99d3c85f48ff409eaebb964b1c45b203bdcf (diff)
downloadpoky-0130b4c2691ddee3867df9de5a2852b2bcf1f617.tar.gz
bitbake: cooker.py: Remove global scope class event handlers
Its confusing when an event handler in for example a bbclass receives events for a recipe which doesn't use the class. This is due to the class event handlers having confusing scope. Worse, the issue is not deterministic and the events a handler will see depends on the parse order. To avoid these issues, remove the class event handler global scope and only have class handlers recieve events for recipes using the class. (Bitbake rev: 7fb95f3d133e440d463d2faa7151c731f8e1ae96) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/event.py')
0 files changed, 0 insertions, 0 deletions