mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 14:59:41 +01:00
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>
This commit is contained in:
@@ -9,5 +9,9 @@ SRC_URI_append_libc-musl = "\
|
||||
file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \
|
||||
"
|
||||
|
||||
SRC_URI_append = "\
|
||||
file://0001-scripts-Use-fixed-temporary-file-instead-of-pipe-for.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "bee5fe53ee1c3142b8f0c12c0d3348f9"
|
||||
SRC_URI[sha256sum] = "19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1"
|
||||
|
||||
Reference in New Issue
Block a user