From: Alexander Kanavin Date: Mon, 22 Dec 2025 20:07:18 +0000 (+0100) Subject: spirv-llvm-translator: upgrade 21.1.2 -> 21.1.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a168e7c679cacf358d8c839e6c36c7cb102f1684;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git spirv-llvm-translator: upgrade 21.1.2 -> 21.1.3 Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.3.bb similarity index 94% rename from meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb rename to meta/recipes-graphics/spir/spirv-llvm-translator_21.1.3.bb index 763afbd608..f8a7b8f32e 100644 --- a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb +++ b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.3.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" # pattern: llvm_branch_200, currently there are no minor releases, so, no llvm_branch_201 SPIRV_BRANCH = "llvm_release_${@oe.utils.trim_version('${PV}', 1).replace('.', '')}0" -SRCREV = "a37544fc0bb90b4e8b8d755580119c018891dfa4" +SRCREV = "a79c852b36785588032a2dd7c39aa15ec4d24b20" SRC_URI = " \ git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH} \ "