diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2015-12-01 13:13:03 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:42:52 +0000 |
| commit | 94c033211e69cb3e888ea7ad3d13a4bb60e2980e (patch) | |
| tree | dd9e76f5910056df88b3dddb8c675bb8bfa14df9 | |
| parent | c7ad779289da874f97b0f5d74e4aef9253f00aa5 (diff) | |
| download | poky-94c033211e69cb3e888ea7ad3d13a4bb60e2980e.tar.gz | |
linux-libc-headers.inc: remove '-e MAKEFLAGS=' from EXTRA_OEMAKE
These OE default make flags are not required for KBuild packages.
(From OE-Core rev: 3946eefd95272e02f864cf7949919cc097601875)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 3 |
1 files changed, 3 insertions, 0 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 566bc1e615..ba1bea5937 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | |||
| @@ -49,6 +49,9 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v${HEADER_FETCH_VER}/linux-${PV}.tar | |||
| 49 | 49 | ||
| 50 | S = "${WORKDIR}/linux-${PV}" | 50 | S = "${WORKDIR}/linux-${PV}" |
| 51 | 51 | ||
| 52 | # For the kernel, we don't want the '-e MAKEFLAGS=' in EXTRA_OEMAKE. | ||
| 53 | EXTRA_OEMAKE = "" | ||
| 54 | |||
| 52 | do_configure() { | 55 | do_configure() { |
| 53 | oe_runmake allnoconfig | 56 | oe_runmake allnoconfig |
| 54 | } | 57 | } |
