diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-05-10 12:35:29 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-23 17:45:36 +0100 |
commit | 53ed1b3063353e7f9c037dd2aae0e5b938cac8c3 (patch) | |
tree | 8a8e8ece786b06dc16b14fb30d1482831cd15bfc /meta/recipes-graphics/vulkan | |
parent | 014467aeeb62e3157e471b2957f9db1c9856b447 (diff) | |
download | poky-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.bb | 1 |
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 | " |
17 | SRCREV = "9c21ed0fb275589c3af6118aec9ef4f1d1544dc1" | 17 | SRCREV = "9c21ed0fb275589c3af6118aec9ef4f1d1544dc1" |
18 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | ||
18 | 19 | ||
19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
20 | 21 | ||