summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-09-29 14:20:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-29 23:11:59 +0100
commitab127e266ecd9f1cf6606d77fe1482d5e23abc52 (patch)
treef152135d60b8a1e526b3b6a2217429f262fafd66 /meta/recipes-graphics/mesa/mesa.inc
parenta130e8b7987954d5145e288b5144f829c65d504b (diff)
downloadpoky-ab127e266ecd9f1cf6606d77fe1482d5e23abc52.tar.gz
mesa: Fix native build on hosts with llvm-dev installed
This issue is always there, it just shows up with newer LLVM since symbol mismatches are being found otherwise it was happily linking with host libLLVM.so silently. (From OE-Core rev: 941089fa63e2b38608291251d52a354f0f624926) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 559d445ae5..4e824500dd 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -19,6 +19,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
19 file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \ 19 file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \
20 file://0001-gallium-Fix-build-with-llvm-17.patch \ 20 file://0001-gallium-Fix-build-with-llvm-17.patch \
21 file://0001-intel-Allow-using-intel_clc-from-the-system.patch \ 21 file://0001-intel-Allow-using-intel_clc-from-the-system.patch \
22 file://0001-meson-Disable-cmake-dependency-detector-for-llvm.patch \
22 " 23 "
23 24
24SRC_URI[sha256sum] = "45434ff91a709844130a3174d9c0ef39c6b50725b2bb0c13e736f36134db14ad" 25SRC_URI[sha256sum] = "45434ff91a709844130a3174d9c0ef39c6b50725b2bb0c13e736f36134db14ad"