From: Andre McCurdy Date: Tue, 1 Dec 2015 21:13:03 +0000 (-0800) Subject: linux-libc-headers.inc: remove '-e MAKEFLAGS=' from EXTRA_OEMAKE X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c033211e69cb3e888ea7ad3d13a4bb60e2980e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-libc-headers.inc: remove '-e MAKEFLAGS=' from EXTRA_OEMAKE These OE default make flags are not required for KBuild packages. (From OE-Core rev: 3946eefd95272e02f864cf7949919cc097601875) Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index 566bc1e6154..ba1bea59376 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc @@ -49,6 +49,9 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v${HEADER_FETCH_VER}/linux-${PV}.tar S = "${WORKDIR}/linux-${PV}" +# For the kernel, we don't want the '-e MAKEFLAGS=' in EXTRA_OEMAKE. +EXTRA_OEMAKE = "" + do_configure() { oe_runmake allnoconfig }