From: Alexander Kanavin Date: Wed, 10 May 2017 09:35:29 +0000 (+0300) Subject: vulkan: fix upstream version check X-Git-Tag: yocto-4.0~16912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76366b0e93a50a18e6c1203984e951e0f698c20f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git vulkan: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- 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 45d1c493e29..7f0ba216589 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 file://0001-Use-getenv-if-secure_getenv-does-not-exist.patch \ " SRCREV = "9c21ed0fb275589c3af6118aec9ef4f1d1544dc1" +UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P\d+(\.\d+)+)" S = "${WORKDIR}/git"