From patchwork Wed Nov 5 23:16:36 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: 73740 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 5E7D3CCFA1C for ; Wed, 5 Nov 2025 23:16:47 +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.msgproc02-g2.2362.1762384579487837860 for ; Wed, 05 Nov 2025 15:16:37 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=uZgxpeNs; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=Pzpt+XyQ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019a564ecf8e-a61d7ef3-c533-493c-b869-c863ae9ee5f0-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=1762384597; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=NYWfBlvjJ2964neTwwG2IzTJ0y0eUm5VfXFceYQVp7g=; b=uZgxpeNsVBWRL7rCXzsLHSQDB11PIU3R15/1vgFOXlL2O/NjbQK0oowMVKyQqSKu ndSUZwLj3sqLNcDr8ROv1iYYCtH0q0sbQbeeZwHsFPJX3SRAizuLX94uPzLY/wCONfo IS7BnbjKIcL2srF6W9PI1I2jrVdLqcRFpx1IE8UE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1762384597; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=NYWfBlvjJ2964neTwwG2IzTJ0y0eUm5VfXFceYQVp7g=; b=Pzpt+XyQKpaMf7GV/l5XftTYR53b2qNCtELcnphqTM5V4su5cdG64o4SbI7Iv4qf qrJ+pCLUPp99D8NFoAqly6u3bH0AuDXk0WzukhwXGdhKMV1t5K15eEKrgg4h6jBaLN5 adz7cJP+2ztvbauJ98H7/RTeqr6lHEj3qh+cvzwQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] gtk-doc: upgrading to 1.35.1 SUCCEEDED Message-ID: <0101019a564ecf8e-a61d7ef3-c533-493c-b869-c863ae9ee5f0-000000@us-west-2.amazonses.com> Date: Wed, 5 Nov 2025 23:16:36 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.05-54.240.27.192 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 05 Nov 2025 23:16:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/225873 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gtk-doc* to *1.35.1* has Succeeded. Next steps: - apply the patch: git am 0001-gtk-doc-upgrade-1.34.0-1.35.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 5e6b773cbc3436178de999813d08010644c6ab86 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 5 Nov 2025 20:00:28 +0000 Subject: [PATCH] gtk-doc: upgrade 1.34.0 -> 1.35.1 --- .../0001-Do-not-error-out-if-xsltproc-is-not-found.patch | 4 ++-- ...001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch | 2 +- meta/recipes-gnome/gtk-doc/files/conditionaltests.patch | 4 ++-- meta/recipes-gnome/gtk-doc/files/no-clobber.patch | 2 +- meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch | 2 +- .../gtk-doc/{gtk-doc_1.34.0.bb => gtk-doc_1.35.1.bb} | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-gnome/gtk-doc/{gtk-doc_1.34.0.bb => gtk-doc_1.35.1.bb} (96%) diff --git a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch index ee1acda401..0782c74a31 100644 --- a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch +++ b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch @@ -1,4 +1,4 @@ -From 50d3b9d3ca0e1ff47c8e7559303855530e58839a Mon Sep 17 00:00:00 2001 +From 188aea7b9db654a4861d69cdbe9390ad4d11e366 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 7 Sep 2016 14:52:04 +0300 Subject: [PATCH] Do not error out if xsltproc is not found. @@ -14,7 +14,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 8725074..0491090 100644 +index f238de9..909771d 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ dnl Check for xsltproc diff --git a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch index f329539fa8..f86dd83ce8 100644 --- a/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch +++ b/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch @@ -1,4 +1,4 @@ -From 64163565f8d6853b02e53308a6e6ba23d9d96299 Mon Sep 17 00:00:00 2001 +From c96907c2f6a8ca8eb9592b28e0de63a18ebd96bf Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 31 Aug 2016 16:44:46 +0300 Subject: [PATCH] Do not hardocode paths to perl/python in scripts. diff --git a/meta/recipes-gnome/gtk-doc/files/conditionaltests.patch b/meta/recipes-gnome/gtk-doc/files/conditionaltests.patch index 55cae34b46..f56a19863b 100644 --- a/meta/recipes-gnome/gtk-doc/files/conditionaltests.patch +++ b/meta/recipes-gnome/gtk-doc/files/conditionaltests.patch @@ -1,4 +1,4 @@ -From 9aa9230a305e964b2417daea2b51e43b2dee607c Mon Sep 17 00:00:00 2001 +From d140a99b8101bc42cb425140d9e51ae9d33ff2d0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 27 Jun 2017 21:00:58 +0100 Subject: [PATCH] gtk-doc: Handle floating gtk-doc dependency @@ -13,7 +13,7 @@ Upstream-Status: Pending 1 file changed, 10 insertions(+) diff --git a/configure.ac b/configure.ac -index 0491090..4270c88 100644 +index 909771d..9db9fbc 100644 --- a/configure.ac +++ b/configure.ac @@ -82,6 +82,11 @@ if test "x$GCC" = "xyes"; then diff --git a/meta/recipes-gnome/gtk-doc/files/no-clobber.patch b/meta/recipes-gnome/gtk-doc/files/no-clobber.patch index 90207d6c12..dc29b00ca4 100644 --- a/meta/recipes-gnome/gtk-doc/files/no-clobber.patch +++ b/meta/recipes-gnome/gtk-doc/files/no-clobber.patch @@ -1,4 +1,4 @@ -From fa5e31e02b9d3c6c5ec3cdc1f34dd6c179520fd0 Mon Sep 17 00:00:00 2001 +From 10c3d853908fbc92a710e9e2c1d70844311a05d5 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 21 Mar 2018 14:47:29 +0000 Subject: [PATCH] gtk-doc: don't regenerate gtk-doc in do_install diff --git a/meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch b/meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch index 1b5c190f56..d2f4c05856 100644 --- a/meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch +++ b/meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch @@ -1,4 +1,4 @@ -From c11fba9bcb8d55568067e626bd959841c05081e5 Mon Sep 17 00:00:00 2001 +From a8846ec017503a450e6216797fcd8f4f9589ab64 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 5 Sep 2016 22:25:44 +0100 Subject: [PATCH] Use native pkg-config when looking for gtk-doc. diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.35.1.bb similarity index 96% rename from meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb rename to meta/recipes-gnome/gtk-doc/gtk-doc_1.35.1.bb index 693ae427e0..c9ab7ff1e9 100644 --- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb +++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.35.1.bb @@ -21,7 +21,7 @@ PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,glib-2.0" CACHED_CONFIGUREVARS += "ac_cv_path_XSLTPROC=xsltproc" -SRC_URI[archive.sha256sum] = "b20b72b32a80bc18c7f975c9d4c16460c2276566a0b50f87d6852dff3aa7861c" +SRC_URI[archive.sha256sum] = "611c9f24edd6d88a8ae9a79d73ab0dc63c89b81e90ecc31d6b9005c5f05b25e2" SRC_URI += "file://0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch \ file://0001-Do-not-error-out-if-xsltproc-is-not-found.patch \ file://conditionaltests.patch \