From: Alexander Kanavin Date: Mon, 8 Feb 2021 10:59:31 +0000 (+0100) Subject: shaderc: correct version check X-Git-Tag: uninative-3.0~23 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4e22a84e0482d8c56942acd0243c94f20484ffef;p=openembedded-core.git shaderc: correct version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/shaderc/shaderc_2020.4.bb b/meta/recipes-graphics/shaderc/shaderc_2020.4.bb index 8658a5737b..e966ed3d77 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2020.4.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2020.4.bb @@ -10,7 +10,7 @@ SRCREV = "0dbd899941a43ffd55df527d65128b3b66e75c9c" SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \ file://0001-cmake-de-vendor-libs-and-disable-git-versioning.patch \ " -UPSTREAM_CHECK_GITTAGREGEX = "^(?P\d+(\.\d+)+)$" +UPSTREAM_CHECK_GITTAGREGEX = "^v(?P\d+(\.\d+)+)$" S = "${WORKDIR}/git" inherit cmake python3native