On 5 February 2016 at 18:04, Mike Crowe <[email protected]> wrote:

> This series (sent only to openembedded-core) fixes various recipes
> that rely on the current default value of
> EXTRA_OEMAKE = "-e MAKEFLAGS=" to explicitly set that value in the
> hope that bitbake.conf can set EXTRA_OEMAKE = "" in the future.
>

We need to also vet all instances of EXTRA_OEMAKE in recipes.  I did a
build with the EXTRA_OEMAKE change in bitbake.conf and hdparm failed to
pass QA because the binary was already stripped, as the recipe does
EXTRA_OEMAKE += "STRIP=echo".  That assignment isn't getting through to the
makefiles without -e.

Ross
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to