diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-12-30 12:32:53 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-31 17:08:29 +0000 |
| commit | e9a6f3c6f912a6f7e0ace9194491baefceff2b0b (patch) | |
| tree | 95d53d2fe79a454763b2ca4d0db8966c8561b481 /meta/recipes-devtools/llvm/llvm_git.bb | |
| parent | 19adb2236b4211ea90d63c874a86ce5881ab36b2 (diff) | |
| download | poky-e9a6f3c6f912a6f7e0ace9194491baefceff2b0b.tar.gz | |
llvm: Do not use lseek64
Fixes build with musl where the LFS64 functions are deprecated
(From OE-Core rev: f543f51b2060a718685c82ee6f7d59bb0723e7bf)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/llvm/llvm_git.bb')
| -rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 402460ee10..77fccbccc2 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
| @@ -30,6 +30,7 @@ SRCREV = "088f33605d8a61ff519c580a71b1dd57d16a03f8" | |||
| 30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ | 30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ |
| 31 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 31 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
| 32 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ | 32 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |
| 33 | file://0035-cmake-Enable-64bit-off_t-on-32bit-glibc-systems.patch;striplevel=2 \ | ||
| 33 | file://llvm-config \ | 34 | file://llvm-config \ |
| 34 | " | 35 | " |
| 35 | 36 | ||
