diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-07-29 21:50:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-04 15:22:21 +0100 |
commit | d4040da8bc23e6c289cc8f2ca6d43deb06acf7d6 (patch) | |
tree | 8839ad18670bd33550379f04f9517e7bb3e44ec8 /meta/recipes-graphics/mesa/mesa_12.0.1.bb | |
parent | 50008ffeb95901a430160003c5823676b52615a6 (diff) | |
download | poky-d4040da8bc23e6c289cc8f2ca6d43deb06acf7d6.tar.gz |
mesa: Fix build when cross compiling with clang
(From OE-Core rev: 69e9b190ff0e8b963bbaea8365917218cf3c2558)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_12.0.1.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_12.0.1.bb | 2 |
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 | |||
2 | 2 | ||
3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/mesa-${PV}.tar.xz \ | 3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/mesa-${PV}.tar.xz \ |
4 | file://replace_glibc_check_with_linux.patch \ | 4 | file://replace_glibc_check_with_linux.patch \ |
5 | file://clang-compile-PR89599.patch \ | ||
6 | file://disable-asm-on-non-gcc.patch \ | ||
5 | " | 7 | " |
6 | 8 | ||
7 | SRC_URI[md5sum] = "972fd5ad5a63aeabf173fb9adefc6522" | 9 | SRC_URI[md5sum] = "972fd5ad5a63aeabf173fb9adefc6522" |