Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *shaderc* to *2026.3* has Succeeded.
Next steps:
- apply the patch: git am 0001-shaderc-upgrade-2026.2-2026.3.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 a06572e57a1043a7cbbd2debb09fe2182b78a788 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Fri, 17 Jul 2026 05:23:16 +0000
Subject: [PATCH] shaderc: upgrade 2026.2 -> 2026.3
---
...-cmake-disable-building-external-dependencies.patch | 10 +++++-----
...shaderc_util-fix-glslang-header-file-location.patch | 4 ++--
.../shaderc/{shaderc_2026.2.bb => shaderc_2026.3.bb} | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
rename meta/recipes-graphics/shaderc/{shaderc_2026.2.bb => shaderc_2026.3.bb}
(95%)
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 f9731a8eaa..bc324b5c0d 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 adf7927c3fa5055d33c3970be53fdf1a8853b617 Mon Sep 17 00:00:00 2001
+From b2d321b9c493a6e36203c50ad20adb655485c951 Mon Sep 17 00:00:00 2001
From: Jose Quaresma <[email protected]>
Date: Sat, 13 Feb 2021 00:45:56 +0000
Subject: [PATCH] cmake: disable building external dependencies
@@ -15,10 +15,10 @@ Signed-off-by: Jose Quaresma <[email protected]>
2 files changed, 25 insertions(+), 10 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 06f5395..39b8869 100644
+index 51b5469..8557714 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -72,6 +72,7 @@ else()
+@@ -77,6 +77,7 @@ else()
endif()
option(SHADERC_ENABLE_WERROR_COMPILE "Enable passing -Werror to compiler, if
available" ON)
@@ -26,7 +26,7 @@ index 06f5395..39b8869 100644
set (CMAKE_CXX_STANDARD 17)
-@@ -129,8 +130,14 @@ endif(MSVC)
+@@ -134,8 +135,14 @@ endif(MSVC)
# Configure subdirectories.
@@ -43,7 +43,7 @@ index 06f5395..39b8869 100644
add_subdirectory(libshaderc_util)
add_subdirectory(libshaderc)
-@@ -142,7 +149,7 @@ endif()
+@@ -147,7 +154,7 @@ endif()
add_custom_target(build-version
${Python_EXECUTABLE}
${CMAKE_CURRENT_SOURCE_DIR}/utils/update_build_version.py
diff --git
a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
index d639635766..fb11fae014 100644
---
a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
+++
b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
@@ -1,4 +1,4 @@
-From f3915766d382d30c83da6d8077bf183e930a4789 Mon Sep 17 00:00:00 2001
+From 8f2350e4172758bf6ef3464c998352864b90988f Mon Sep 17 00:00:00 2001
From: Jose Quaresma <[email protected]>
Date: Sat, 13 Feb 2021 00:45:56 +0000
Subject: [PATCH] libshaderc_util: fix glslang header file location
@@ -11,7 +11,7 @@ Signed-off-by: Jose Quaresma <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc
-index f2ed3c7..59b262a 100644
+index 41bdba7..db7f329 100644
--- a/libshaderc_util/src/compiler.cc
+++ b/libshaderc_util/src/compiler.cc
@@ -20,7 +20,7 @@
diff --git a/meta/recipes-graphics/shaderc/shaderc_2026.2.bb
b/meta/recipes-graphics/shaderc/shaderc_2026.3.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2026.2.bb
rename to meta/recipes-graphics/shaderc/shaderc_2026.3.bb
index 644db97969..063bafaa04 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2026.2.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2026.3.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "baec0c74d6dca70c52d937e2e5bf6ffcd449e430"
+SRCREV = "82757e4f72af8518fb679604d352623450cb761f"
SRC_URI =
"git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v${PV} \
file://0001-cmake-disable-building-external-dependencies.patch \
file://0002-libshaderc_util-fix-glslang-header-file-location.patch \
--
2.47.1
packages/x86-64-v3-poky-linux/shaderc: PKGV changed from 2026.2 [default] to 2026.3 [default] packages/x86-64-v3-poky-linux/shaderc: SRC_URI changed from "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v2026.2 file://0001-cmake-disable-building-external-dependencies.patch file://0002-libshaderc_util-fix-glslang-header-file-location.patch" to "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v2026.3 file://0001-cmake-disable-building-external-dependencies.patch file://0002-libshaderc_util-fix-glslang-header-file-location.patch" packages/x86-64-v3-poky-linux/shaderc: PV changed from "2026.2" to "2026.3" packages/x86-64-v3-poky-linux/shaderc/shaderc-dbg: PKGV changed from 2026.2 [default] to 2026.3 [default] packages/x86-64-v3-poky-linux/shaderc/shaderc-dbg: PKGSIZE changed from 5154496 to 5164344 (+0%) packages/x86-64-v3-poky-linux/shaderc/shaderc-dbg: PV changed from "2026.2" to "2026.3" packages/x86-64-v3-poky-linux/shaderc/shaderc-dev: PKGV changed from 2026.2 [default] to 2026.3 [default] packages/x86-64-v3-poky-linux/shaderc/shaderc-dev: PV changed from "2026.2" to "2026.3" packages/x86-64-v3-poky-linux/shaderc/shaderc-doc: PKGV changed from 2026.2 [default] to 2026.3 [default] packages/x86-64-v3-poky-linux/shaderc/shaderc-doc: PV changed from "2026.2" to "2026.3" packages/x86-64-v3-poky-linux/shaderc/shaderc-locale: PKGV changed from 2026.2 [default] to 2026.3 [default] packages/x86-64-v3-poky-linux/shaderc/shaderc-locale: PV changed from "2026.2" to "2026.3" packages/x86-64-v3-poky-linux/shaderc/shaderc-src: FILELIST: directory renamed /usr/src/debug/shaderc/2026.2/glslc/src -> /usr/src/debug/shaderc/2026.3/glslc/src, directory renamed /usr/src/debug/shaderc/2026.2/libshaderc_util/src -> /usr/src/debug/shaderc/2026.3/libshaderc_util/src, directory renamed /usr/src/debug/shaderc/2026.2/libshaderc/src -> /usr/src/debug/shaderc/2026.3/libshaderc/src, directory renamed /usr/src/debug/shaderc/2026.2/libshaderc/include/shaderc -> /usr/src/debug/shaderc/2026.3/libshaderc/include/shaderc, directory renamed /usr/src/debug/shaderc/2026.2/libshaderc_util/include/libshaderc_util -> /usr/src/debug/shaderc/2026.3/libshaderc_util/include/libshaderc_util packages/x86-64-v3-poky-linux/shaderc/shaderc-src: PKGV changed from 2026.2 [default] to 2026.3 [default] packages/x86-64-v3-poky-linux/shaderc/shaderc-src: PKGSIZE changed from 327800 to 328643 (+0%) packages/x86-64-v3-poky-linux/shaderc/shaderc-src: PV changed from "2026.2" to "2026.3" packages/x86-64-v3-poky-linux/shaderc/shaderc-staticdev: PKGV changed from 2026.2 [default] to 2026.3 [default] packages/x86-64-v3-poky-linux/shaderc/shaderc-staticdev: PKGSIZE changed from 3798746 to 3806674 (+0%) packages/x86-64-v3-poky-linux/shaderc/shaderc-staticdev: PV changed from "2026.2" to "2026.3" packages/x86-64-v3-poky-linux/shaderc/shaderc: PKGV changed from 2026.2 [default] to 2026.3 [default] packages/x86-64-v3-poky-linux/shaderc/shaderc: PV changed from "2026.2" to "2026.3"
0001-shaderc-upgrade-2026.2-2026.3.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241127): https://lists.openembedded.org/g/openembedded-core/message/241127 Mute This Topic: https://lists.openembedded.org/mt/120310890/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
