generic-poky/bitbake/lib/bb/parse
Richard Purdie d3d9a37aa7 parse/ast: Expand inherit statements before splitting them
This means that statements that expand to more then one entry
such as:

CLASSES = "a b"
inherit ${CLASSES}

work correctly instead of trying to inherit a class called "a b".

(Bitbake rev: 2568e9ace6e6f483e1bf2a9ef2f4d8318d6c85b7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-15 22:56:16 +00:00
..
parse_py parse/ast: Expand inherit statements before splitting them 2012-03-15 22:56:16 +00:00
__init__.py bitbake: Added BBINCLUDED variable. 2012-02-28 12:27:21 +00:00
ast.py parse/ast: Expand inherit statements before splitting them 2012-03-15 22:56:16 +00:00