[bitbake-devel] [PATCH] parse/ast: Expand inherit statements before splitting them

McClintock Matthew-B29882 B29882 at freescale.com
Wed Mar 7 22:13:58 UTC 2012


On Sat, Mar 3, 2012 at 10:17 PM, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> 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".

Does this effect:

CLASSES = ""

inherit a ${CLASSES}

?

-M




More information about the bitbake-devel mailing list