aboutsummaryrefslogtreecommitdiffstats
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>2019-01-07 09:33:45 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-07 15:15:05 +0000
commit0d836013e43f29cb7d4a1f8bb9ef04dd8d9132df (patch)
treee245277da995c64679327f4d3235730f54d15062 /meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb
parentd889acb4f8f06f09cece80fa12661725e6e5f037 (diff)
downloadopenembedded-core-contrib-0d836013e43f29cb7d4a1f8bb9ef04dd8d9132df.tar.gz
linux-libc-headers: Fix build failure with fixed input and output files instead of pipe
This is an amendment for 2322dc4 "linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe" which moves just the temporary input file from /tmp to build directory. But the build directory may not in the same file system with the output file, /dev/null, either and thus make it possible to trigger that bug, 67f846b, in binutil v2.31. This patch puts both the input and output files into build directory for good. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@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.bb2
1 files changed, 1 insertions, 1 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 00420aa6f7..229a0027d7 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
@@ -10,7 +10,7 @@ SRC_URI_append_libc-musl = "\
"
SRC_URI_append = "\
- file://0001-scripts-Use-fixed-temporary-file-instead-of-pipe-for.patch \
+ file://0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch \
"
SRC_URI[md5sum] = "bee5fe53ee1c3142b8f0c12c0d3348f9"