From: Alexander Kanavin Date: Wed, 10 May 2017 09:35:29 +0000 (+0300) Subject: vulkan: fix upstream version check X-Git-Tag: uninative-1.7~797 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=76366b0e93a50a18e6c1203984e951e0f698c20f;p=openembedded-core.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 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 file://0001-Use-getenv-if-secure_getenv-does-not-exist.patch \ " SRCREV = "9c21ed0fb275589c3af6118aec9ef4f1d1544dc1" +UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P\d+(\.\d+)+)" S = "${WORKDIR}/git"