mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
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:
@@ -21,6 +21,8 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig cmake features_check python3native qemu
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
ANY_OF_DISTRO_FEATURES += "opengl vulkan"
|
||||
|
||||
DEPENDS += "python3-lxml-native libpng zlib virtual/libgles2 qemu-native"
|
||||
|
||||
Reference in New Issue
Block a user