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>
This commit is contained in:
Andre McCurdy 2015-12-01 13:13:03 -08:00 committed by Richard Purdie
parent c7ad779289
commit 94c033211e
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ 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
}