From patchwork Wed May 15 17:32:18 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: 43653 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 458ABC27C7B for ; Wed, 15 May 2024 17:32:21 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.1274.1715794337841958544 for ; Wed, 15 May 2024 10:32:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=GdHlsA5G; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=PgtudpUV; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018f7d4fe3b5-c9ccc53f-69c0-4b1e-851b-0a72e08d7bd0-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=1715794338; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=wa0DuOWeF/S2/5EAE5mYiuf0XtwLYhZnCCSqd0ZlPiE=; b=GdHlsA5GwxKKsZwT9oUuQ9YxC9pTyKu32YPdkUIRxLLSPCLkmNi0xOxPy/Aah3bN AvnXrmDvNiWFizGFyctQIeIAe115Vx65hF+3hVuOlCEbk6qpCIf8tDU+WsaElh83LGw Ay2PPsWzl/9j87IF4qz4TL+FrQauTNrjAsJBeHkA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1715794338; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=wa0DuOWeF/S2/5EAE5mYiuf0XtwLYhZnCCSqd0ZlPiE=; b=PgtudpUVyGRS6HcG1KCpikmSeMHXkcHy8JzpYfGq+zek92A4o7gsY48igK+Zh/6A OoAEfrywkPjOxWYp4/1rIrExJk9zKGFIELvmaeaDvxpEg4OHROOJJ6/2Q8tvqsMHsNP Wtra5UF3wwiI4IBBhzJbnoiaVGm3nV5jEUAcCTKI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Jose Quaresma Cc: openembedded-core@lists.openembedded.org Subject: [AUH] shaderc: upgrading to 2024.1 SUCCEEDED Message-ID: <0101018f7d4fe3b5-c9ccc53f-69c0-4b1e-851b-0a72e08d7bd0-000000@us-west-2.amazonses.com> Date: Wed, 15 May 2024 17:32:18 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.05.15-54.240.27.29 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 ; Wed, 15 May 2024 17:32:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/199364 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *shaderc* to *2024.1* has Succeeded. Next steps: - apply the patch: git am 0001-shaderc-upgrade-2024.0-2024.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 16f51c3a4ba440d5dce1bacefdc81170f035560a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 May 2024 13:58:09 +0000 Subject: [PATCH] shaderc: upgrade 2024.0 -> 2024.1 --- .../0001-cmake-disable-building-external-dependencies.patch | 2 +- .../0002-libshaderc_util-fix-glslang-header-file-location.patch | 2 +- .../shaderc/{shaderc_2024.0.bb => shaderc_2024.1.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/shaderc/{shaderc_2024.0.bb => shaderc_2024.1.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..0f5d34fc33 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 c4c0cf5cef1ba2c1054d1c77fb4da00417a0d131 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..2480cc9a08 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 f5a3bb0b37c26f3bc6abb17ada594d93ac7d1ff0 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.0.bb b/meta/recipes-graphics/shaderc/shaderc_2024.1.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2024.0.bb rename to meta/recipes-graphics/shaderc/shaderc_2024.1.bb index 9975c608ac..1f0b12ef57 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2024.0.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2024.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "9f56ca620c07d6c4d119c65c1c1f3f1c584c9985" +SRCREV = "5d7736da11e626b49c5463aadb2afb228ad20276" 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 \