vk-gl-cts: set the git tag regex for release checking

Add BPN to the tag name to differentiate vulkan-cts and opengl-es-cts
releases.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton
2024-12-09 17:26:23 +00:00
committed by Khem Raj
parent 6246fefd40
commit e0702daf8e
@@ -21,6 +21,8 @@ S = "${WORKDIR}/git"
inherit pkgconfig cmake features_check python3native qemu inherit pkgconfig cmake features_check python3native qemu
UPSTREAM_CHECK_GITTAGREGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
ANY_OF_DISTRO_FEATURES += "opengl vulkan" ANY_OF_DISTRO_FEATURES += "opengl vulkan"
DEPENDS += "python3-lxml-native libpng zlib virtual/libgles2 qemu-native" DEPENDS += "python3-lxml-native libpng zlib virtual/libgles2 qemu-native"