]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-libc-headers.inc: remove '-e MAKEFLAGS=' from EXTRA_OEMAKE
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 1 Dec 2015 21:13:03 +0000 (13:13 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Dec 2015 23:31:41 +0000 (23:31 +0000)
These OE default make flags are not required for KBuild packages.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc

index 566bc1e6154b4739cf89b5667e0b2e34311a613c..ba1bea593762c95e4a0815fa63b537318640a836 100644 (file)
@@ -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
 }