1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

make: Fix build on arm/clang

clang defines __arm which is interpreted as non-posix by make build
system but thats not correct when using clang so patch addresses that

(From OE-Core rev: e225278a8a894389add56d14908398c14512f6c9)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2020-03-06 23:29:04 -08:00
committed by Richard Purdie
parent 0bbf04fa3e
commit 09e1c01162
2 changed files with 39 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ SRC_URI += "\
file://0001-src-dir.c-fix-buffer-overflow-warning.patch \
file://0002-w32-compat-dirent.c-follow-header.patch \
file://0003-posixfcn-fcntl-gnulib-make-emulated.patch \
file://0001-makeinst-Do-not-undef-POSIX-on-clang-arm.patch \
"
EXTRA_OECONF += "--without-guile"