summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_18.0.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-05-09 20:44:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-15 10:56:49 +0100
commit9ddb1093708dee853384a1cc28cadddcc293016b (patch)
treec5d579e3ed2ba080a5faadb6ad0655442b250a14 /meta/recipes-graphics/mesa/mesa_18.0.2.bb
parentc53c3181df418a9980f46c3d738a9975b7afb5cf (diff)
downloadpoky-9ddb1093708dee853384a1cc28cadddcc293016b.tar.gz
mesa: fix a build race in src/intel/vulkan
(From OE-Core rev: 5681ba2e403afb6cea03662a2aca6b1834567ddc) 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_18.0.2.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_18.0.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_18.0.2.bb b/meta/recipes-graphics/mesa/mesa_18.0.2.bb
index aaac1e58e1..f2ac38e919 100644
--- a/meta/recipes-graphics/mesa/mesa_18.0.2.bb
+++ b/meta/recipes-graphics/mesa/mesa_18.0.2.bb
@@ -8,6 +8,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
8 file://llvm-config-version.patch \ 8 file://llvm-config-version.patch \
9 file://0001-winsys-svga-drm-Include-sys-types.h.patch \ 9 file://0001-winsys-svga-drm-Include-sys-types.h.patch \
10 file://0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch \ 10 file://0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch \
11 file://vulkan-mkdir.patch \
11 " 12 "
12 13
13SRC_URI[md5sum] = "3c303da98ec2ce37c795baeba5aee31e" 14SRC_URI[md5sum] = "3c303da98ec2ce37c795baeba5aee31e"