]> code.ossystems Code Review - openembedded-core.git/commitdiff
glslang: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 2 Nov 2020 16:47:50 +0000 (17:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Nov 2020 08:20:41 +0000 (08:20 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/glslang/glslang_8.13.3559.bb

index 6d92513bd9f3ea7362917c230179f7fc118e7e23..f4014f637bf7c33898fd443ecdbbc90bef1f1e03 100644 (file)
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b"
 
 SRCREV = "8db9eccc0baf30c9d22c496ab28db0fe1e4e97c5"
 SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https"
+UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
 S = "${WORKDIR}/git"
 
 inherit cmake python3native