summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_17.1.4.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-07-12 17:18:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-17 14:01:38 +0100
commitf22dfe95cc935d8fb2c302de8b85dcd7d7c8cf95 (patch)
treec6dbc02ff7f9a5ba1a7382d2e875bc9502970a8f /meta/recipes-graphics/mesa/mesa_17.1.4.bb
parenta46a9dd6bd2be114de465aea6184a7914ff176ec (diff)
downloadpoky-f22dfe95cc935d8fb2c302de8b85dcd7d7c8cf95.tar.gz
mesa: fix build race on src/intel/vulkan
It's possible that src/intel/vulkcan can be written into by sed before it has been created, so add the required mkdir calls. (From OE-Core rev: 19e793f65d214294baa9eeaf982f4ced351c7748) 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_17.1.4.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_17.1.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_17.1.4.bb b/meta/recipes-graphics/mesa/mesa_17.1.4.bb
index 2257045c42..f0b634a045 100644
--- a/meta/recipes-graphics/mesa/mesa_17.1.4.bb
+++ b/meta/recipes-graphics/mesa/mesa_17.1.4.bb
@@ -7,6 +7,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
7 file://0001-Use-wayland-scanner-in-the-path.patch \ 7 file://0001-Use-wayland-scanner-in-the-path.patch \
8 file://0002-hardware-gloat.patch \ 8 file://0002-hardware-gloat.patch \
9 file://0001-mapi-Only-install-khrplatform.h-with-EGL-or-GLES.patch \ 9 file://0001-mapi-Only-install-khrplatform.h-with-EGL-or-GLES.patch \
10 file://vulkan-mkdir.patch \
10" 11"
11 12
12SRC_URI[md5sum] = "be2ef7c9edec23b07f74f6512a6a6fa5" 13SRC_URI[md5sum] = "be2ef7c9edec23b07f74f6512a6a6fa5"