diff options
Diffstat (limited to 'meta/recipes-kernel')
-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 | } |