diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-12-09 17:26:23 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-10 08:39:04 -0800 |
| commit | e0702daf8ebacc63ca99e331c78ae4d43200bdf6 (patch) | |
| tree | 84fc0d375d158600dc3503bfb74788323ef4e4ae /meta-oe/recipes-graphics/vk-gl-cts | |
| parent | 6246fefd407f6d5e7a4a5e8693e3610d63532faf (diff) | |
| download | meta-openembedded-e0702daf8ebacc63ca99e331c78ae4d43200bdf6.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-graphics/vk-gl-cts')
| -rw-r--r-- | meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc index ea37425b9d..cf9eaf6863 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | |||
| @@ -21,6 +21,8 @@ S = "${WORKDIR}/git" | |||
| 21 | 21 | ||
| 22 | inherit pkgconfig cmake features_check python3native qemu | 22 | inherit pkgconfig cmake features_check python3native qemu |
| 23 | 23 | ||
| 24 | UPSTREAM_CHECK_GITTAGREGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" | ||
| 25 | |||
| 24 | ANY_OF_DISTRO_FEATURES += "opengl vulkan" | 26 | ANY_OF_DISTRO_FEATURES += "opengl vulkan" |
| 25 | 27 | ||
| 26 | DEPENDS += "python3-lxml-native libpng zlib virtual/libgles2 qemu-native" | 28 | DEPENDS += "python3-lxml-native libpng zlib virtual/libgles2 qemu-native" |
