generic-poky/bitbake/lib/bb
Chris Larson 8306ba50db Don't run metadata event handlers for bb.msg events
(Bitbake rev: 297305b3742323d09d9ca58e958c4f18e945a148)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-02 15:41:32 +01:00
..
fetch Stop using functions via 'bb' that were moved from there to other modules 2010-07-02 15:41:32 +01:00
parse Stop using functions via 'bb' that were moved from there to other modules 2010-07-02 15:41:32 +01:00
server bitbake: Don't import xmlrpc server unless needed 2010-01-22 16:15:50 +00:00
ui Fix an error in the ncurses UI 2010-07-02 15:41:32 +01:00
COW.py bitbake: Sync module import cleanups back from bitbake trunk 2009-11-13 12:15:21 +00:00
__init__.py Resurrect the old bb.vercmp as bb.utils.vercmp, and its deps 2010-07-02 15:41:31 +01:00
build.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
cache.py Ensure we always utilize the correct messaging domains 2010-07-02 15:41:31 +01:00
command.py bb/command was importing bb and accessing some of its own classes indirectly as bb.command.<class> 2010-03-25 17:26:00 +00:00
cooker.py Ensure we always utilize the correct messaging domains 2010-07-02 15:41:31 +01:00
daemonize.py bitbake: Switch to bitbake-dev version (bitbake master upstream) 2010-01-20 18:46:02 +00:00
data.py Move update_data into the DataSmart class as a finalize() method 2010-07-02 15:41:31 +01:00
data_smart.py Move update_data into the DataSmart class as a finalize() method 2010-07-02 15:41:31 +01:00
event.py Don't run metadata event handlers for bb.msg events 2010-07-02 15:41:32 +01:00
methodpool.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
msg.py Add a function to get the debug level, without poking into debug_levels manually 2010-07-02 15:41:32 +01:00
persist_data.py bitbake: Remove persist_data domain renaming code as it appears to expose sqlite bugs and data consistency issues 2009-07-30 21:24:31 +01:00
providers.py bitbake: providers.py: Fix typo 2010-07-01 22:24:26 +01:00
runqueue.py Ensure we always utilize the correct messaging domains 2010-07-02 15:41:31 +01:00
shell.py Avoid unnecessary calls to keys() when iterating over dictionaries. 2010-03-22 15:01:59 +00:00
taskdata.py Fix 7 references to undefined variables, as spotted by pyflakes 2010-03-25 17:25:56 +00:00
utils.py Implement bb.msg.domain as a named tuple, drop the Enum class 2010-07-02 15:41:32 +01:00