[OE-core] [RFC PATCH 1/3] base.bbclass: Run oe_import before other INHERITs

Chris Larson clarson at kergoth.com
Wed Mar 26 15:34:18 UTC 2014


On Wed, Mar 26, 2014 at 2:30 AM, Richard Purdie <
richard.purdie at linuxfoundation.org> wrote:

> +# We need the oe module name space early (before INHERITs get added)
> +# and whilst ugly, abusing inherit like this is quite effective
> +BASEIMPORTS = "${@oe_import(d)}"
> +inherit ${BASEIMPORTS}
>

Wouldn't OE_IMPORTED := "${@oe_import(d)}" work as well, or am I missing
something?
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140326/09091c6a/attachment-0002.html>


More information about the Openembedded-core mailing list