summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-05-10 12:35:29 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-23 17:45:36 +0100
commit53ed1b3063353e7f9c037dd2aae0e5b938cac8c3 (patch)
tree8a8e8ece786b06dc16b14fb30d1482831cd15bfc /meta/recipes-graphics/vulkan
parent014467aeeb62e3157e471b2957f9db1c9856b447 (diff)
downloadpoky-53ed1b3063353e7f9c037dd2aae0e5b938cac8c3.tar.gz
vulkan: fix upstream version check
(From OE-Core rev: 76366b0e93a50a18e6c1203984e951e0f698c20f) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.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/vulkan')
-rw-r--r--meta/recipes-graphics/vulkan/vulkan_1.0.39.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan_1.0.39.1.bb b/meta/recipes-graphics/vulkan/vulkan_1.0.39.1.bb
index 45d1c493e2..7f0ba21658 100644
--- a/meta/recipes-graphics/vulkan/vulkan_1.0.39.1.bb
+++ b/meta/recipes-graphics/vulkan/vulkan_1.0.39.1.bb
@@ -15,6 +15,7 @@ SRC_URI = "git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git;br
15 file://0001-Use-getenv-if-secure_getenv-does-not-exist.patch \ 15 file://0001-Use-getenv-if-secure_getenv-does-not-exist.patch \
16" 16"
17SRCREV = "9c21ed0fb275589c3af6118aec9ef4f1d1544dc1" 17SRCREV = "9c21ed0fb275589c3af6118aec9ef4f1d1544dc1"
18UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
18 19
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
20 21