[OE-core] [PATCH] linux-libc-headers.inc: remove '-e MAKEFLAGS=' from EXTRA_OEMAKE

Andre McCurdy armccurdy at gmail.com
Tue Dec 1 21:13:03 UTC 2015


These OE default make flags are not required for KBuild packages.

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 3 +++
 1 file changed, 3 insertions(+)

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 566bc1e..ba1bea5 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
 }
-- 
1.9.1




More information about the Openembedded-core mailing list