bin/bitbake:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 22 Mar 2006 13:48:02 +0000 (13:48 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 22 Mar 2006 13:48:02 +0000 (13:48 +0000)
commitd278633c0bebe89ab2490856f57540fe263bb545
treec420bbcf1b13676e4e667a996de75df5bf2102bf
parente745c0f774837f15e908aca66c175df800030aa7
bin/bitbake:
    -Do not add handlers again. It is 'fast' enough
     to iterate over them in the BBHandler do not
     add them in bitbake again.
     This temporarily breaks the cache - which
     will be fixed shortly

lib/bb/event.py:
    -Have a data structure that operates faster on
     lookups
    -Change register/remove to take a 'name' parameter

lib/bb/parse/parse_py/BBHandler.py:
    -Update to the new event.register syntax
bin/bitbake
lib/bb/event.py
lib/bb/parse/parse_py/BBHandler.py