summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2018-11-21 22:06:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-13 16:32:21 +0000
commit3bf7cd71824edf71400fb046f04978ef6fa83a31 (patch)
tree3d829f891a9eba6a4d2427bd5325eff99b31baa5 /meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb
parentbd220d576d3bec52fd97ebc7ea370c05d9347ea3 (diff)
downloadpoky-3bf7cd71824edf71400fb046f04978ef6fa83a31.tar.gz
linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe
This is a workaround for the following possible build failure. *** Compiler lacks asm-goto support.. Stop. When building linux-libc-headers we need to use binutils on build machine. binutils v2.31 introduces a bug that could cause scripts/gcc-goto.sh to fail when running in an environment where /tmp is rarely used, e.g. in docker. (From OE-Core rev: 2322dc4f414da0281fdaffa7bc2205fb82a63d12) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb')
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb
index eb7bee72b0..00420aa6f7 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb
@@ -9,5 +9,9 @@ SRC_URI_append_libc-musl = "\
9 file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \ 9 file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \
10 " 10 "
11 11
12SRC_URI_append = "\
13 file://0001-scripts-Use-fixed-temporary-file-instead-of-pipe-for.patch \
14"
15
12SRC_URI[md5sum] = "bee5fe53ee1c3142b8f0c12c0d3348f9" 16SRC_URI[md5sum] = "bee5fe53ee1c3142b8f0c12c0d3348f9"
13SRC_URI[sha256sum] = "19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1" 17SRC_URI[sha256sum] = "19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1"