mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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:
committed by
Richard Purdie
parent
c7ad779289
commit
94c033211e
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user