vk-gl-cts: ensure that the SRCREV is correct

Use tag=${BP} in SRC_URI in order to ensure that the SRCREV is correctly
updated together with the package version.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dmitry Baryshkov 2026-02-14 01:15:47 +02:00 committed by Khem Raj
parent 9437a35434
commit a68047d226
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -1,7 +1,7 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "git://github.com/KhronosGroup/VK-GL-CTS.git;protocol=https;name=vk-gl-cts;nobranch=1 \
SRC_URI = "git://github.com/KhronosGroup/VK-GL-CTS.git;protocol=https;name=vk-gl-cts;nobranch=1;tag=${BP} \
file://0001-use-library-sonames-for-linking.patch \
file://generate-srcuri.py \
"