diff options
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 7 |
1 files changed, 2 insertions, 5 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 05c82558e6..be215af9b9 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | |||
@@ -53,12 +53,9 @@ S = "${WORKDIR}/linux-${PV}" | |||
53 | 53 | ||
54 | EXTRA_OEMAKE = " HOSTCC="${BUILD_CC}" HOSTCPP="${BUILD_CPP}"" | 54 | EXTRA_OEMAKE = " HOSTCC="${BUILD_CC}" HOSTCPP="${BUILD_CPP}"" |
55 | 55 | ||
56 | do_configure() { | 56 | do_configure[noexec] = "1" |
57 | oe_runmake allnoconfig | ||
58 | } | ||
59 | 57 | ||
60 | do_compile () { | 58 | do_compile[noexec] = "1" |
61 | } | ||
62 | 59 | ||
63 | do_install() { | 60 | do_install() { |
64 | oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} | 61 | oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} |