bitbake: methodpool: Clean up the parsed module list handling to be slightly less...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Aug 2012 12:53:11 +0000 (13:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Aug 2012 08:22:44 +0000 (09:22 +0100)
commit55df30c15f284d1ea4c453f382a3e0079311d061
tree7011395b4e33be795e973efdb5957756675fb0a1
parent40d48a5cc4fadda8e67019451bedeec04b693b85
bitbake: methodpool: Clean up the parsed module list handling to be slightly less insane

This removes some dubious functions and replaces them with a simpler, cleaner
API which better describes what the code is doing. Unused code/variables are
removed and comments tweaked.

(Bitbake rev: f1e943aebfb84e98253f3f21646d6765c4fa1d66)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/methodpool.py
bitbake/lib/bb/parse/ast.py
bitbake/lib/bb/parse/parse_py/BBHandler.py