From patchwork Sat Nov 15 16:39:04 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: 74682 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 39A60CED630 for ; Sat, 15 Nov 2025 16:39:06 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.12138.1763224745079703698 for ; Sat, 15 Nov 2025 08:39:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=YjSMaP5d; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=YFrRrjiK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019a886270a2-df7c11b6-7dd1-4c1d-92f5-8d10fea26302-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=1763224744; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=2U3iirDLK18meuHRDhhiwnKVO7dy/Ev2PJkfjNyjlJ0=; b=YjSMaP5dhUejGulg+biJ+lZvoeSUfqXYU6Htw2CGWJKTpeZRFYVvGaO5x4MJfXWI VrsVLBdQ9/OjHDwKZszXxT0mAQAImRWLNif+T7/r6OyCLHDq2HbDW8C6RkMjE8mYLEj BB16e4eGlOvS7AaEwnYYkUrN1NwImcT8k+zzqo6U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1763224744; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=2U3iirDLK18meuHRDhhiwnKVO7dy/Ev2PJkfjNyjlJ0=; b=YFrRrjiKmA438tDRrG6j8Bvh3kjmt0U2oeZETUlpKIycfBOBCCmPiANOdQrzskFm fHTkHAyBPiot+8sBRD31gcYUGpCny7Z3vWQpeUcdOPcHKhl5OHzjCLVrDSehaMUGqkQ Lw8lxWQTeKYYnNT1tyjYofSNggcZXue1ACt3OnTI= 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: <0101019a886270a2-df7c11b6-7dd1-4c1d-92f5-8d10fea26302-000000@us-west-2.amazonses.com> Date: Sat, 15 Nov 2025 16:39:04 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.15-54.240.27.23 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 ; Sat, 15 Nov 2025 16:39:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226414 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 9818825cb736a8d65ceb85449d052b28adf2bec8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 13:38:36 +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..43a4c3fa01 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 339a1a052e9ff4db073249f966e155e16db70256 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..76b9d03050 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 ada364df24f3ee1e0068b756700d511f4d187f3f 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..1047385e7e 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 5d9312a6847bbe919ff48c39cc6c878a10b67834 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..207573f6ca 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 cc634c8db202f8eda419fcef39e075c14b5b94de 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..ec0158f32f 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 333091ccc2825587dd281a4c2afc3a0f68fa0344 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 \