From patchwork Sat Mar 15 14:18:38 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: 59126 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 4E1BFC369B9 for ; Sat, 15 Mar 2025 14:18:43 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.10365.1742048297131722748 for ; Sat, 15 Mar 2025 07:18:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Wce0h3aC; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=dwGsBjHc; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101959a2bd2ad-049c003f-043d-4c0a-b979-8c84cccd03ca-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=1742048318; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=3sWK/8lXmLoU7EcJxTFo6xEqNxOXINRkKKCspJwA/os=; b=Wce0h3aCgMoMyRCyMn/PQw4Z9aQ7TAob6m4vYXFO8Zmp0BaO82KIHFyflGiCT4XN UzOyRAPOzNvYV+xxN+wOZYVVX0zNz3JHLgqxBFeQXGAX1sc95VrsVXIOKO12yYF1miq cOAbN/wFWJ/QKdo/P6tzni6GAlMXw2m7XAcPJb/U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1742048318; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=3sWK/8lXmLoU7EcJxTFo6xEqNxOXINRkKKCspJwA/os=; b=dwGsBjHc736od+tKGGobr1nnwGe9pS5WRrmHI3dMuW1SBIKY2L3Qhs9rRbwCaYVd 0Ej8LM1JDUFvLI63DtelIBDWmKHeZBKfD6cpdhwnTYKUYQ/M3/cPIJelo6oEDN0IcxY 6HbiE3fwmPsyqdAzBtobFffFlHm0YhJpdge7/mi8= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] wpebackend-fdo: upgrading to 1.16.0 SUCCEEDED Message-ID: <010101959a2bd2ad-049c003f-043d-4c0a-b979-8c84cccd03ca-000000@us-west-2.amazonses.com> Date: Sat, 15 Mar 2025 14:18:38 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.15-54.240.27.191 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 ; Sat, 15 Mar 2025 14:18:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212976 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *wpebackend-fdo* to *1.16.0* has Succeeded. Next steps: - apply the patch: git am 0001-wpebackend-fdo-upgrade-1.14.3-1.16.0.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 8f13eae55e3827b9d503cae512a5d790e4c6a857 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 13:52:24 +0000 Subject: [PATCH] wpebackend-fdo: upgrade 1.14.3 -> 1.16.0 --- .../{wpebackend-fdo_1.14.3.bb => wpebackend-fdo_1.16.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/webkit/{wpebackend-fdo_1.14.3.bb => wpebackend-fdo_1.16.0.bb} (90%) diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.14.3.bb b/meta/recipes-sato/webkit/wpebackend-fdo_1.16.0.bb similarity index 90% rename from meta/recipes-sato/webkit/wpebackend-fdo_1.14.3.bb rename to meta/recipes-sato/webkit/wpebackend-fdo_1.16.0.bb index c8cce5447b..aa6c58d176 100644 --- a/meta/recipes-sato/webkit/wpebackend-fdo_1.14.3.bb +++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.16.0.bb @@ -13,7 +13,7 @@ inherit meson features_check pkgconfig REQUIRED_DISTRO_FEATURES = "opengl" SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "10121842595a850291db3e82f3db0b9984df079022d386ce42c2b8508159dc6c" +SRC_URI[sha256sum] = "beddf321232d5bd08106c179dbc600f8ce88eb3620b4a59a6329063b78f64635" # Especially helps compiling with clang which enable this as error when # using c++11