]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
vulkan-samples: Upgrade to tip of main
authorKhem Raj <raj.khem@gmail.com>
Tue, 3 Jun 2025 02:19:48 +0000 (19:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jun 2025 10:01:23 +0000 (11:01 +0100)
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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/vulkan/vulkan-samples_git.bb

index 1caff12a5b9a68bc84a231ee127841f6c16d8e7d..844e0e6b688885ae5f89e8ec0673ccb63725c24f 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=main;protoc
            "
 
 UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "eca122602a5d7a9f63686411dcef1b62feb36a9a"
+SRCREV = "d27205d14d01ea7d33efc8ba2862478612370182"
 
 UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
 S = "${WORKDIR}/git"