summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-02 20:06:02 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-08 20:18:48 +0000
commit48c898ae4e885d9f3af894d77946e5eb3a498112 (patch)
tree3b5e5b0027483c705c9d6efe0e971c1d32503ac5 /meta/recipes-graphics/mesa/mesa.inc
parent78a4796de27d710f97c336d288d797557a58694e (diff)
downloadopenembedded-core-contrib-48c898ae4e885d9f3af894d77946e5eb3a498112.tar.gz
mesa: Fix build on ARM systems without Neon
See [1] [1] https://github.com/YoeDistro/yoe-distro/issues/626 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ross Burton <ross.burton@arm.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 ed60d98250..30b9e93f63 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 \
file://0002-meson.build-make-TLS-ELF-optional.patch \
file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \
file://0001-futex.h-Define-__NR_futex-if-it-does-not-exist.patch \
+ file://0001-util-format-Check-for-NEON-before-using-it.patch \
"
SRC_URI[sha256sum] = "a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1"