summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-06-02 19:19:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-05 11:02:21 +0100
commit5f624ba33792734a7f69b964d38397cdad2c1862 (patch)
tree7c21bc8d35293d3f9e26531d0837f5f8d296e23f
parent37c112ae9d2702181dfa9c7067ea825bfc622484 (diff)
downloadpoky-5f624ba33792734a7f69b964d38397cdad2c1862.tar.gz
vulkan-samples: Upgrade to tip of main
Fixes build with clang-20 as it updates fmt to latest complete changes are here [1] [1] https://github.com/KhronosGroup/Vulkan-Samples/compare/eca122602a5d7a9f63686411dcef1b62feb36a9a...d27205d14d01ea7d33efc8ba2862478612370182 (From OE-Core rev: a0df43a0f117a53e9008ca6e970a3e1d1ff55367) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-samples_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
index 1caff12a5b..844e0e6b68 100644
--- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
@@ -10,7 +10,7 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=main;protoc
10 " 10 "
11 11
12UPSTREAM_CHECK_COMMITS = "1" 12UPSTREAM_CHECK_COMMITS = "1"
13SRCREV = "eca122602a5d7a9f63686411dcef1b62feb36a9a" 13SRCREV = "d27205d14d01ea7d33efc8ba2862478612370182"
14 14
15UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" 15UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"