From patchwork Mon Sep 15 11:54:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 70234 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 4A7A3CCD190 for ; Mon, 15 Sep 2025 11:55:01 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.30914.1757937299444562349 for ; Mon, 15 Sep 2025 04:54:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=roRQ+qL1; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=aGp05ARf; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101994d3a6da8-89187379-5423-4927-a976-a540ef3f5c87-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=1757937299; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=EokWBbxTLiq0dvMzm3w9KBBxDPLgVTOngFqQFaG+l08=; b=roRQ+qL10mDVIvOYlI73/k137gj/1Qys848kDE4IrRFMIu6n6WmnCJHKTERoBeE2 oTBfFxiWjdowgT3fKJfBxCFhI74cDC3/rM5gamNNmiK0p12q04WAiK3wsIH+QaUYnc6 pjfAqODdXfR3r/KMEB0lHMK/zMZ78/c58qIDHZyU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1757937299; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=EokWBbxTLiq0dvMzm3w9KBBxDPLgVTOngFqQFaG+l08=; b=aGp05ARfogWvaA4+6MNyhWHwcYI6oDlzBEaJZww4RJUkwgicRXu/nUFYY5rFwMkC /fLc32NBFpk1Y044RUAxROiQkH0YFls6FoV7AiqPh5yGeQWjnttrSYptNZwzX16qLsQ yjGzkSeb3gNGSZoo6Es/Wk5d3jWTElQ8zAoVo28U= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] vte: upgrading to 0.82.0 SUCCEEDED Message-ID: <010101994d3a6da8-89187379-5423-4927-a976-a540ef3f5c87-000000@us-west-2.amazonses.com> Date: Mon, 15 Sep 2025 11:54:58 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.15-54.240.27.45 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 ; Mon, 15 Sep 2025 11:55:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/223484 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *vte* to *0.82.0* has Succeeded. Next steps: - apply the patch: git am 0001-vte-upgrade-0.80.3-0.82.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 d3fcc8da21a8467b9dd4f2a090bd51136e07115d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Sep 2025 11:54:28 +0000 Subject: [PATCH] vte: upgrade 0.80.3 -> 0.82.0 --- .../vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | 4 ++-- meta/recipes-support/vte/{vte_0.80.3.bb => vte_0.82.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/vte/{vte_0.80.3.bb => vte_0.82.0.bb} (96%) diff --git a/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch b/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch index e2cff6cf76..6043f80459 100644 --- a/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch +++ b/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch @@ -1,4 +1,4 @@ -From b8795dda629614cd842fcba1c4b50be759c20da4 Mon Sep 17 00:00:00 2001 +From e80c8ee591f91906387ed7afb03f3211b5e9fe40 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Thu, 21 Mar 2019 14:19:26 +0100 Subject: [PATCH] Add W_EXITCODE macro for non-glibc systems @@ -16,7 +16,7 @@ Signed-off-by: Andreas Müller 1 file changed, 4 insertions(+) diff --git a/src/widget.cc b/src/widget.cc -index b8daa5c..c357960 100644 +index 794ec88..e91ec70 100644 --- a/src/widget.cc +++ b/src/widget.cc @@ -16,6 +16,10 @@ diff --git a/meta/recipes-support/vte/vte_0.80.3.bb b/meta/recipes-support/vte/vte_0.82.0.bb similarity index 96% rename from meta/recipes-support/vte/vte_0.80.3.bb rename to meta/recipes-support/vte/vte_0.82.0.bb index 1eb95dd827..75b860a805 100644 --- a/meta/recipes-support/vte/vte_0.80.3.bb +++ b/meta/recipes-support/vte/vte_0.82.0.bb @@ -19,7 +19,7 @@ inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-intr SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" -SRC_URI[archive.sha256sum] = "2e596fd3fbeabb71531662224e71f6a2c37f684426136d62854627276ef4f699" +SRC_URI[archive.sha256sum] = "b0718db3254730701b43bf5e113cbf8cdb2c14715d32ee1e8a707dc6eb70535f" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"