To: ['Jose Quaresma <quaresma.jose@gmail.com>']
To: openembedded-core@lists.openembedded.org
Subject: [AUH] shaderc: upgrading to 2026.2 SUCCEEDED
Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/shaderc/0001-shaderc-upgrade-2026.1-2026.2.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/shaderc/buildhistory-diff-full.txt

Hello,

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

Next steps:
    - apply the patch: git am 0001-shaderc-upgrade-2026.1-2026.2.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 34ce52a80429af1beedb11961aeb1f84fb67da2e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 May 2026 12:13:36 +0000
Subject: [PATCH] shaderc: upgrade 2026.1 -> 2026.2

---
 .../0001-cmake-disable-building-external-dependencies.patch | 6 +++---
 ...2-libshaderc_util-fix-glslang-header-file-location.patch | 2 +-
 .../shaderc/{shaderc_2026.1.bb => shaderc_2026.2.bb}        | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2026.1.bb => shaderc_2026.2.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 cb8bbdd28f..f9731a8eaa 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 29f9099f15755ca8a201a4a02dc1370e21ec936a Mon Sep 17 00:00:00 2001
+From adf7927c3fa5055d33c3970be53fdf1a8853b617 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
@@ -53,7 +53,7 @@ index 06f5395..39b8869 100644
  
  function(define_pkg_config_file NAME LIBS)
 diff --git a/utils/update_build_version.py b/utils/update_build_version.py
-index b7ce5b8..95b34c5 100755
+index 7adcefc..3eac466 100755
 --- a/utils/update_build_version.py
 +++ b/utils/update_build_version.py
 @@ -30,6 +30,7 @@ import re
@@ -64,7 +64,7 @@ index b7ce5b8..95b34c5 100755
  
  def mkdir_p(directory):
      """Make the directory, and all its ancestors as required.  Any of the
-@@ -121,25 +122,32 @@ def get_version_string(project, directory):
+@@ -123,25 +124,32 @@ def get_version_string(project, directory):
      directory, which consists of software version string and git description
      string."""
      detailed_version_string_lst = [project]
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 3f030e5c8b..d639635766 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 7831df8bb68a8992a07ecc359550879e629e8c79 Mon Sep 17 00:00:00 2001
+From f3915766d382d30c83da6d8077bf183e930a4789 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] libshaderc_util: fix glslang header file location
diff --git a/meta/recipes-graphics/shaderc/shaderc_2026.1.bb b/meta/recipes-graphics/shaderc/shaderc_2026.2.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2026.1.bb
rename to meta/recipes-graphics/shaderc/shaderc_2026.2.bb
index 1d66c2b810..644db97969 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2026.1.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2026.2.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRCREV = "75f8c09ada4a69b086afdd2c03d7a8be06242414"
+SRCREV = "baec0c74d6dca70c52d937e2e5bf6ffcd449e430"
 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


