@@ -1,4 +1,4 @@
-From b2d321b9c493a6e36203c50ad20adb655485c951 Mon Sep 17 00:00:00 2001
+From c7ebd558e5d62af7723ba804df4f0887ce7a83fd Mon Sep 17 00:00:00 2001
From: Jose Quaresma <quaresma.jose@gmail.com>
Date: Sat, 13 Feb 2021 00:45:56 +0000
Subject: [PATCH] cmake: disable building external dependencies
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2026.3.bb
rename to meta/recipes-graphics/shaderc/shaderc_2026.4.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "82757e4f72af8518fb679604d352623450cb761f"
+SRCREV = "d393a813c9b67c709d37b329203d72beb69d719e"
SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v${PV} \
file://0001-cmake-disable-building-external-dependencies.patch \
"
v2026.4 2026-09-11 - Use Glslang 16.6.0, SPIRV-Tools v2026.4.rc2 - Incorporate fixes for SPV_KHR_abort abortEXT(...) - glslc: option -fshader-stage now accepts all shader stage names as allowed in #pragma shader_stage(<stage>)> This includes ray tracing, task, and mesh shader stages. - Fixes an assert Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- .../0001-cmake-disable-building-external-dependencies.patch | 2 +- .../shaderc/{shaderc_2026.3.bb => shaderc_2026.4.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/shaderc/{shaderc_2026.3.bb => shaderc_2026.4.bb} (95%)