]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-libc-headers: remove EXTRA_OEMAKE workaround
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>
Fri, 26 Aug 2016 10:16:11 +0000 (12:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Sep 2016 08:58:29 +0000 (09:58 +0100)
The default of EXTRA_OEMAKE is already empty since commit:

OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa
bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE

Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc

index 92acf8aa0b25a7d6c36e4e054b617d2f4fa7a52e..c701b3954b9e075de639bff20457ab11ecae5ac0 100644 (file)
@@ -50,9 +50,6 @@ 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
 }