diff options
| author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2016-08-26 12:16:11 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:40 +0100 |
| commit | 06415ab073eb0886e0c78668b31367ce45e1fa02 (patch) | |
| tree | 60d21210dfc3bb36e99425e896a7759c6e136242 /meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | |
| parent | 2044c88adb19c5dc08e6076c11a745dda7b5b156 (diff) | |
| download | poky-06415ab073eb0886e0c78668b31367ce45e1fa02.tar.gz | |
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
(From OE-Core rev: c9dd7ebb89eb4ffc9e51ef0dca8accb617459dfe)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc')
| -rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 3 |
1 files changed, 0 insertions, 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 92acf8aa0b..c701b3954b 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 | |||
| 50 | 50 | ||
| 51 | S = "${WORKDIR}/linux-${PV}" | 51 | S = "${WORKDIR}/linux-${PV}" |
| 52 | 52 | ||
| 53 | # For the kernel, we don't want the '-e MAKEFLAGS=' in EXTRA_OEMAKE. | ||
| 54 | EXTRA_OEMAKE = "" | ||
| 55 | |||
| 56 | do_configure() { | 53 | do_configure() { |
| 57 | oe_runmake allnoconfig | 54 | oe_runmake allnoconfig |
| 58 | } | 55 | } |
