aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_12.0.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-07-29 21:50:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-04 15:05:46 +0100
commit69e9b190ff0e8b963bbaea8365917218cf3c2558 (patch)
tree112bad6b231dcb5290dbbeeb26d6dbc37e5ad41d /meta/recipes-graphics/mesa/mesa_12.0.1.bb
parent3715cdec309b5b62035798e77a9a77b98a9f779a (diff)
downloadopenembedded-core-contrib-69e9b190ff0e8b963bbaea8365917218cf3c2558.tar.gz
mesa: Fix build when cross compiling with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_12.0.1.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_12.0.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_12.0.1.bb b/meta/recipes-graphics/mesa/mesa_12.0.1.bb
index ad872b38ec..80189e3ff1 100644
--- a/meta/recipes-graphics/mesa/mesa_12.0.1.bb
+++ b/meta/recipes-graphics/mesa/mesa_12.0.1.bb
@@ -2,6 +2,8 @@ require ${BPN}.inc
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/mesa-${PV}.tar.xz \
file://replace_glibc_check_with_linux.patch \
+ file://clang-compile-PR89599.patch \
+ file://disable-asm-on-non-gcc.patch \
"
SRC_URI[md5sum] = "972fd5ad5a63aeabf173fb9adefc6522"