From patchwork Tue Jul 1 16:20:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 66003 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA57FC87FD6 for ; Tue, 1 Jul 2025 16:20:36 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.1403.1751386801499103242 for ; Tue, 01 Jul 2025 09:20:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=PevL7GXw; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=rORcYdDB; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 01010197c6ca25bb-d8d4fc60-f109-4ffd-a2fe-851a7c0dd781-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1751386826; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4j7Z57VY+em/dPZmSsjZ7bEXVgZz+8r9iPRPRbYg1AE=; b=PevL7GXw61EGylV4Nm1zmI6JFrSjWGAQHznfKHlvaB4I2R+kL6kRkjAXLjohJyjX W8vskodu6G4QSV4klkOcOAYV9i6kbQkx0FmWtu2lVxIyU5x5UqZZusO2W8JppDteLu7 YRBnzdgSsoaBwnD/ak399SWMgt1SxfAuYOAU410s= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1751386826; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4j7Z57VY+em/dPZmSsjZ7bEXVgZz+8r9iPRPRbYg1AE=; b=rORcYdDB4p/B8+zaBHPdPnllh0FAtCZPsspFp2zqsoO9laX/ldcq6pOCaCpfFzRl UvWdF7b45gk5OzHiupbgkfwMM0bN66GhFaFQl5tKF6QZjVBqXW0ZUlWvBePsxlBncIy OkMrOUMRHiwaIeEyWjLUb8CrBYAuXdbsW5tGdSQA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Jose Quaresma Cc: openembedded-core@lists.openembedded.org Subject: [AUH] shaderc: upgrading to 2025.3 SUCCEEDED Message-ID: <01010197c6ca25bb-d8d4fc60-f109-4ffd-a2fe-851a7c0dd781-000000@us-west-2.amazonses.com> Date: Tue, 1 Jul 2025 16:20:26 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.07.01-54.240.27.31 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 01 Jul 2025 16:20:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219677 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *shaderc* to *2025.3* has Succeeded. Next steps: - apply the patch: git am 0001-shaderc-upgrade-2025.2-2025.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 a02f11396b660ed9e165ff354ca2fb6d2cef2973 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Jul 2025 13:50:21 +0000 Subject: [PATCH] shaderc: upgrade 2025.2 -> 2025.3 --- ...-cmake-disable-building-external-dependencies.patch | 10 +++++----- ...shaderc_util-fix-glslang-header-file-location.patch | 2 +- .../shaderc/{shaderc_2025.2.bb => shaderc_2025.3.bb} | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-graphics/shaderc/{shaderc_2025.2.bb => shaderc_2025.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 07765653bb..ea1eaee1be 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 ed0e2fad08a3cd3f0a0c70922737d8a6886f484d Mon Sep 17 00:00:00 2001 +From e9e7b562226165b731f4ae96c07e19b66cda4fc7 Mon Sep 17 00:00:00 2001 From: Jose Quaresma 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 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index bd6b890..f1ddd74 100644 +index 06f5395..39b8869 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -62,6 +62,7 @@ else() +@@ -72,6 +72,7 @@ else() endif() option(SHADERC_ENABLE_WERROR_COMPILE "Enable passing -Werror to compiler, if available" ON) @@ -26,7 +26,7 @@ index bd6b890..f1ddd74 100644 set (CMAKE_CXX_STANDARD 17) -@@ -119,8 +120,14 @@ endif(MSVC) +@@ -129,8 +130,14 @@ endif(MSVC) # Configure subdirectories. @@ -43,7 +43,7 @@ index bd6b890..f1ddd74 100644 add_subdirectory(libshaderc_util) add_subdirectory(libshaderc) -@@ -132,7 +139,7 @@ endif() +@@ -142,7 +149,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 429b53c308..d9ac1ce756 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 4797642a6394ad7e5a23aaa3bdf8e2d011f69adf Mon Sep 17 00:00:00 2001 +From 2254e2619adfe75b9dfb3913ad18866a87a7746f Mon Sep 17 00:00:00 2001 From: Jose Quaresma 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_2025.2.bb b/meta/recipes-graphics/shaderc/shaderc_2025.3.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2025.2.bb rename to meta/recipes-graphics/shaderc/shaderc_2025.3.bb index 9e56b97830..692e85e56c 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2025.2.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2025.3.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "8c269ee0fe607f2d7cac00c0cb4fa243d6a6ec26" +SRCREV = "eb0bc20d0c31320fe834e4ee8eb02807292b9703" 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 \