From patchwork Sun Sep 15 14:34:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 49083 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 B1128C35FED for ; Sun, 15 Sep 2024 14:34:06 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.115638.1726410840760726917 for ; Sun, 15 Sep 2024 07:34:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=GNPeAHgz; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=THbu75CK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010191f61adc9f-29528eee-e5dd-41f8-a988-0a003c6cfce1-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1726410841; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4RpBuah14prMCxydauHUiVQIpmi3VBkQYm/yjeAwRIQ=; b=GNPeAHgzYV7TRv6oG98Ix+jaAJLYHqLm6L3yfO1Z8kpTVVbv7XvL+GEirnBzVkGa Uzebc6v46DvABEoT8PP809E2/ECqa+yid0+Js3xrp1qbURovJoODbqa2l+XBGnVzAWa Mbot8265suV2JZMC2Z6AH4qrT4Q1hjmV5cbnemuM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1726410841; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4RpBuah14prMCxydauHUiVQIpmi3VBkQYm/yjeAwRIQ=; b=THbu75CKWcxDnKjDbfA0dzhE2Dbq5kK+IwYpYp3XK+nEJ/sPwYTqa+/C4+cv+VV8 MBkTqXNTApwFwFJGhvOH1h05AYtQt+bXQKOJPQAWqcsbNNFA1k6RIcX9ZKjanH5KYtD EOZJm5qTsvPftP70Af/+xpTlsBBmMiTK107fgNs8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Jose Quaresma Cc: openembedded-core@lists.openembedded.org Subject: [AUH] shaderc: upgrading to 2024.2 SUCCEEDED Message-ID: <01010191f61adc9f-29528eee-e5dd-41f8-a988-0a003c6cfce1-000000@us-west-2.amazonses.com> Date: Sun, 15 Sep 2024 14:34:01 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.09.15-54.240.27.192 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 ; Sun, 15 Sep 2024 14:34:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204552 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *shaderc* to *2024.2* has Succeeded. Next steps: - apply the patch: git am 0001-shaderc-upgrade-2024.1-2024.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 5e84ed3eb8baa9bfcc06aaa6083421a11c638ddd Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Sep 2024 12:01:44 +0000 Subject: [PATCH] shaderc: upgrade 2024.1 -> 2024.2 --- .../0001-cmake-disable-building-external-dependencies.patch | 2 +- .../0002-libshaderc_util-fix-glslang-header-file-location.patch | 2 +- .../shaderc/{shaderc_2024.1.bb => shaderc_2024.2.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/shaderc/{shaderc_2024.1.bb => shaderc_2024.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 5c49aa7fd5..fccca24530 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 941f5f5831e7a52c26168f81f25d0470860ca6f1 Mon Sep 17 00:00:00 2001 +From 90c7c514e09747b868c8068253e79820618080b5 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 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 39f982b7f3..e2b8472afb 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 ec2442940e1d5338971861bb81537bae3a6c19e2 Mon Sep 17 00:00:00 2001 +From b2a15787740933ab1a7310c7e22efbf7bd94603e 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_2024.1.bb b/meta/recipes-graphics/shaderc/shaderc_2024.2.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2024.1.bb rename to meta/recipes-graphics/shaderc/shaderc_2024.2.bb index 1f0b12ef57..c658e7df05 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2024.1.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2024.2.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "5d7736da11e626b49c5463aadb2afb228ad20276" +SRCREV = "5dad9194c038702ef20ccabbe4e3c188f2b13cec" SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \ file://0001-cmake-disable-building-external-dependencies.patch \ file://0002-libshaderc_util-fix-glslang-header-file-location.patch \