]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
spirv-headers,spirv-tools: Update to tip of trunk
authorKhem Raj <raj.khem@gmail.com>
Mon, 28 Jul 2025 03:20:41 +0000 (20:20 -0700)
committerMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Wed, 30 Jul 2025 09:53:45 +0000 (11:53 +0200)
This is needed for compiling SPIRV llvm-translator from llvm 21.1.0 rc1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb
meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb

index 1da2e74f93b881668ae3503b4fc66e91003adf75..b1cec77080af1a1ce6901ed3f5237e3a07004666 100644 (file)
@@ -4,7 +4,8 @@ HOMEPAGE = "https://www.khronos.org/registry/spir-v"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a0dcaa512cc2dee95fe0fd791ee83a18"
 
-SRCREV = "2a611a970fdbc41ac2e3e328802aed9985352dca"
+PV .= "+git"
+SRCREV = "de1807b7cfa8e722979d5ab7b7445b258dbc1836"
 SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
 PE = "1"
 # These recipes need to be updated in lockstep with each other:
index 7d9610f18214f687cac9f455f72f41d638ecdb41..cae0e76dcd839a4f7b8b8ac2a8f1e8f190f032fb 100644 (file)
@@ -7,7 +7,8 @@ SECTION = "graphics"
 LICENSE  = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "33e02568181e3312f49a3cf33df470bf96ef293a"
+Pv .= "+git"
+SRCREV = "a983ab19d6f91a07a8272767427b6c5208576d08"
 SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https \
            "
 PE = "1"