From: Stefan Müller-Klieser Date: Fri, 26 Aug 2016 10:16:11 +0000 (+0200) Subject: linux-libc-headers: remove EXTRA_OEMAKE workaround X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9dd7ebb89eb4ffc9e51ef0dca8accb617459dfe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 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 92acf8aa0b2..c701b3954b9 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 }