summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/vk-gl-cts
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2026-02-14 01:15:47 +0200
committerKhem Raj <raj.khem@gmail.com>2026-02-16 00:34:03 -0800
commita68047d226d4ca431c74648e34611b1ab33cd96a (patch)
tree9c7aaae94a6367d7634e27ebcfa4b2dabbd538e1 /meta-oe/recipes-graphics/vk-gl-cts
parent9437a35434b6816c903ae9ccf762bdc9ddd0cfad (diff)
downloadmeta-openembedded-a68047d226d4ca431c74648e34611b1ab33cd96a.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-graphics/vk-gl-cts')
-rw-r--r--meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc2
1 files changed, 1 insertions, 1 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 67a0dc564c..02f777926e 100644
--- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
+++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
@@ -1,7 +1,7 @@
1LICENSE = "Apache-2.0" 1LICENSE = "Apache-2.0"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 2LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
3 3
4SRC_URI = "git://github.com/KhronosGroup/VK-GL-CTS.git;protocol=https;name=vk-gl-cts;nobranch=1 \ 4SRC_URI = "git://github.com/KhronosGroup/VK-GL-CTS.git;protocol=https;name=vk-gl-cts;nobranch=1;tag=${BP} \
5 file://0001-use-library-sonames-for-linking.patch \ 5 file://0001-use-library-sonames-for-linking.patch \
6 file://generate-srcuri.py \ 6 file://generate-srcuri.py \
7 " 7 "