@@ -1,4 +1,4 @@
-From 29f9099f15755ca8a201a4a02dc1370e21ec936a Mon Sep 17 00:00:00 2001
+From dc918b7ea831ee330f4f778a830e0108f3bc464a 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]
@@ -1,4 +1,4 @@
-From 7831df8bb68a8992a07ecc359550879e629e8c79 Mon Sep 17 00:00:00 2001
+From 83fd88fc7729049ad3d90dde4f7ab4130ef67380 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
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2025.5.bb
rename to meta/recipes-graphics/shaderc/shaderc_2026.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "bca2fa0bf0242340440d54f8d8e05c5dd2fafcea"
+SRCREV = "75f8c09ada4a69b086afdd2c03d7a8be06242414"
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 \
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *shaderc* to *2026.1* has Succeeded. Next steps: - apply the patch: git am 0001-shaderc-upgrade-2025.5-2026.1.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 3dceabc68ba8498ca7906e6e934cc8e8d4e96512 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Sun, 1 Feb 2026 11:49:21 +0000 Subject: [PATCH] shaderc: upgrade 2025.5 -> 2026.1 --- .../0001-cmake-disable-building-external-dependencies.patch | 6 +++--- ...2-libshaderc_util-fix-glslang-header-file-location.patch | 2 +- .../shaderc/{shaderc_2025.5.bb => shaderc_2026.1.bb} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-graphics/shaderc/{shaderc_2025.5.bb => shaderc_2026.1.bb} (95%)