cooker.py: Allow siggen classes to be added by the metadata
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jan 2012 16:15:18 +0000 (16:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jan 2012 16:47:40 +0000 (16:47 +0000)
commita647957fab4d66aa6e0de6aebe9179109b595e52
tree5cad2dd41ec7770b23cafaafa35a698e659c4bf6
parent98c198688820f4c6eedf4ff76b2d92bfefdc486e
cooker.py: Allow siggen classes to be added by the metadata

By calling init_parser which sets up the siggen code after the ConfigParsed
event is fired, we can allow the metadata to add siggen classes which
was always what the code intended.

(Bitbake rev: 69fd5ad4a8402fab5eb8348260966b337c5648ff)

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