[OE-core] [PATCH 11/11] vulkan: fix upstream version check

Alexander Kanavin alexander.kanavin at linux.intel.com
Wed May 10 09:35:29 UTC 2017


Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-graphics/vulkan/vulkan_1.0.39.1.bb | 1 +
 1 file changed, 1 insertion(+)

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<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
 
-- 
2.11.0




More information about the Openembedded-core mailing list