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

Richard Purdie richard.purdie at linuxfoundation.org
Thu Mar 8 15:01:57 UTC 2012


On Wed, 2012-03-07 at 22:13 +0000, McClintock Matthew-B29882 wrote:
> 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}

Possibly in that if it didn't work before, it perhaps does now. I
certainly can't see the change making this any less functional.

Cheers,

Richard





More information about the bitbake-devel mailing list