mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE
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 = "". (From OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b050c50f04
commit
f8520142c8
@@ -475,7 +475,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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user