On Tue, 2016-02-02 at 14:49 +0000, Mike Crowe wrote: > Setting EXTRA_OEMAKE to "-e MAKEFLAGS=" by default is a historical > accident and many classes (e.g. autotools.bbclass, module.bbclass) > and > recipes have to override this default in order to work with sensible > build systems. > > Now that openssl and pciutils have been fixed to set EXTRA_OEMAKE > explicitly it is possible to set EXTRA_OEMAKE = "". > > Signed-off-by: Mike Crowe <m...@mcrowe.com> > --- > meta/conf/bitbake.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index 1a2f420..a32d293 100644 > --- a/meta/conf/bitbake.conf > +++ b/meta/conf/bitbake.conf > @@ -474,7 +474,7 @@ export BUILD_STRIP = "${BUILD_PREFIX}strip" > export BUILD_NM = "${BUILD_PREFIX}nm" > > export MAKE = "make" > -EXTRA_OEMAKE = "-e MAKEFLAGS=" > +EXTRA_OEMAKE = "" > EXTRA_OECONF = "" > export LC_ALL = "C"
I've merged this. I just wanted to say thanks for taking this on, it required a bit of work but is a good improvement and something several people have wanted to see for a long time! Cheers, Richard -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core