diff mbox series

[AUH] shaderc: upgrading to 2026.4 SUCCEEDED

Message ID 010101a0945da34c-3ca5666d-b850-48fb-b627-1762eeb7419e-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] shaderc: upgrading to 2026.4 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 12, 2026, 6:45 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *shaderc* to *2026.4* has Succeeded.

Next steps:
    - apply the patch: git am 0001-shaderc-upgrade-2026.3-2026.4.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From cb00a33fa6078fda9706bb7ca96a19dc03f32fb5 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 12 Sep 2026 06:28:13 +0000
Subject: [PATCH] shaderc: upgrade 2026.3 -> 2026.4

Source: CHANGES

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
---
 .../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%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch
index bc324b5c0d..57fff1340e 100644
--- a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch
+++ b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch
@@ -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
diff --git a/meta/recipes-graphics/shaderc/shaderc_2026.3.bb b/meta/recipes-graphics/shaderc/shaderc_2026.4.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2026.3.bb
rename to meta/recipes-graphics/shaderc/shaderc_2026.4.bb
index d2a62a4cd4..5ff3a63086 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2026.3.bb
+++ b/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 \
            "