[oe-commits] [openembedded-core] 79/103: linux-libc-headers: remove EXTRA_OEMAKE workaround

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 09:02:38 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 48ae78441ad51c30d4c18434545791e2d393ba78
Author: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
AuthorDate: Fri Aug 26 12:16:11 2016 +0200

    linux-libc-headers: remove EXTRA_OEMAKE workaround
    
    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 at phytec.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 3 ---
 1 file changed, 3 deletions(-)

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 92acf8a..c701b39 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -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
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list