From patchwork Wed Apr 15 14:04:45 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 86105 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 E86B8F428F0 for ; Wed, 15 Apr 2026 14:04:52 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.19746.1776261886253508270 for ; Wed, 15 Apr 2026 07:04:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=K08s0Tll; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Ef1GPBdx; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019d91756eaa-d9a07d6d-53c0-4c39-90b4-ff998c3f2db9-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=1776261885; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=YXraoKGzGLhNBfIR2Dz0EPc7wIr17B2ZarM9rGgGm8w=; b=K08s0TlliqfZQi13NlS1clS93MV6+vYRrPO2QRTv2VmVUpFRZbljCTRJfhu+ge33 dId6OKM9vWSMBbJ4WHFRdWynFa4Bkt80MpLVK2is6n8AoFse2OZiNpx74hLN5kb0hbR HEX6eIN4j20sPAdK0UG9ao0ID1JAlKenrieKYhjI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1776261885; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=YXraoKGzGLhNBfIR2Dz0EPc7wIr17B2ZarM9rGgGm8w=; b=Ef1GPBdxCxt5VCc4zTh9jUmV/rIJi2JKH9niBG2l1MVuazAlWLWwUlmqp3L3CYQf aWTc5goj9eoTa+zlKLu3GmucnGEEQAoFLS/zCSQCIkn//uEP+vm6dKFUy+bGpe2Z7Ui +eLEiFoAR7w6WH1toRhk0R2yF8nSHjCixJtJKQPI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] groff: upgrading to 1.24.1 SUCCEEDED Message-ID: <0101019d91756eaa-d9a07d6d-53c0-4c39-90b4-ff998c3f2db9-000000@us-west-2.amazonses.com> Date: Wed, 15 Apr 2026 14:04:45 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.15-54.240.27.30 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, 15 Apr 2026 14:04:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/235263 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *groff* to *1.24.1* has Succeeded. Next steps: - apply the patch: git am 0001-groff-upgrade-1.24.0-1.24.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 5d29e980fcd5fa03c053a91114fdac94b2faa8d7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 09:58:37 +0000 Subject: [PATCH] groff: upgrade 1.24.0 -> 1.24.1 --- .../files/0001-Make-manpages-mulitlib-identical.patch | 7 +++---- ...ix-test-groff-not-found-in-cross-compilation.patch | 5 +---- ...se-SOURCE_DATE_EPOCH-for-reproducible-builds.patch | 7 ++----- .../files/groff-not-search-fonts-on-build-host.patch | 11 ++++++----- .../groff/{groff_1.24.0.bb => groff_1.24.1.bb} | 2 +- 5 files changed, 13 insertions(+), 19 deletions(-) rename meta/recipes-extended/groff/{groff_1.24.0.bb => groff_1.24.1.bb} (96%) diff --git a/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch b/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch index 6dc84c9062..a0ce805ea8 100644 --- a/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch +++ b/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch @@ -1,20 +1,19 @@ -From aa1f37f1e0ff0dc0eeb199b52959e0deb275721e Mon Sep 17 00:00:00 2001 +From 1dcb852eb256ee40ffe1e6fc8468eb281e4a74ea Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Sat, 7 Mar 2020 00:59:13 +0000 Subject: [PATCH] Make manpages mulitlib identical Upstream-Status: Submitted [by email to g.branden.robinson@gmail.com] Signed-off-by: Jeremy Puhlman - --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am -index f7ab410..7e1f3fb 100644 +index e75d5d6..4195c15 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -891,7 +891,7 @@ SUFFIXES += .man +@@ -858,7 +858,7 @@ SUFFIXES += .man -e "s|[@]PAGE[@]|\\\\%$(PAGE)|g" \ -e "s|[@]PDFDOCDIR[@]|`echo $(pdfdocdir) | sed -f $(makevarescape)`|g" \ -e "s|[@]PSPRINT[@]|`echo $(PSPRINT) | sed -f $(makevarescape)`|g" \ diff --git a/meta/recipes-extended/groff/files/0001-groff-fix-test-groff-not-found-in-cross-compilation.patch b/meta/recipes-extended/groff/files/0001-groff-fix-test-groff-not-found-in-cross-compilation.patch index e9214519e7..199201872f 100644 --- a/meta/recipes-extended/groff/files/0001-groff-fix-test-groff-not-found-in-cross-compilation.patch +++ b/meta/recipes-extended/groff/files/0001-groff-fix-test-groff-not-found-in-cross-compilation.patch @@ -1,4 +1,4 @@ -From c0f835a59d7b33452f280c8a73c3214e0a3a3d9f Mon Sep 17 00:00:00 2001 +From 47f613a515b684d30201e96c03e7d02c5b115b73 Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Fri, 6 Mar 2026 05:18:33 +0000 Subject: [PATCH] groff: fix test-groff not found in cross-compilation @@ -77,6 +77,3 @@ index a65898a..9c6a8b6 100644 -exec $builddir/groff "$@" +exec $GROFF_BIN_PATH/groff "$@" --- -2.51.2 - diff --git a/meta/recipes-extended/groff/files/0001-gropdf-use-SOURCE_DATE_EPOCH-for-reproducible-builds.patch b/meta/recipes-extended/groff/files/0001-gropdf-use-SOURCE_DATE_EPOCH-for-reproducible-builds.patch index 8ab3668edc..354c1d6778 100644 --- a/meta/recipes-extended/groff/files/0001-gropdf-use-SOURCE_DATE_EPOCH-for-reproducible-builds.patch +++ b/meta/recipes-extended/groff/files/0001-gropdf-use-SOURCE_DATE_EPOCH-for-reproducible-builds.patch @@ -1,4 +1,4 @@ -From f28f0c4d8dfdfb1c173d21df6ffbe35448fada9f Mon Sep 17 00:00:00 2001 +From 8089607540320577cc950190e08f536542d39c82 Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Mon, 9 Mar 2026 20:10:00 +0800 Subject: [PATCH] gropdf: use SOURCE_DATE_EPOCH for reproducible builds @@ -17,7 +17,7 @@ Signed-off-by: Zhang Peng 1 file changed, 7 insertions(+) diff --git a/src/devices/gropdf/gropdf.pl b/src/devices/gropdf/gropdf.pl -index f519a53..3a79b4c 100644 +index 3658cc6..de825e2 100644 --- a/src/devices/gropdf/gropdf.pl +++ b/src/devices/gropdf/gropdf.pl @@ -30,6 +30,13 @@ use POSIX qw(mktime); @@ -34,6 +34,3 @@ index f519a53..3a79b4c 100644 use constant { WIDTH => 0, --- -2.50.0 - diff --git a/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch b/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch index 111dbd385e..6b8ae56583 100644 --- a/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch +++ b/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch @@ -1,7 +1,8 @@ -From eb16276c3e2e34aa2e57f6a0e68554657b90cd28 Mon Sep 17 00:00:00 2001 +From 71aeede2bd885ba1ceefcb68703715c1ae5308db Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Sat, 11 May 2019 17:06:29 +0800 Subject: [PATCH] groff searchs fonts which are provided by ghostscript on + build host. It causes non-determinism issue. So not search font dirs on host. Upstream-Status: Inappropriate [cross build specific] @@ -13,16 +14,15 @@ Signed-off-by: Hongxu Jia Rebase to 1.24.0 Signed-off-by: Zhang Peng - --- font/devpdf/Foundry.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in -index e5aba65..5441734 100644 +index 2760596..3a43aaa 100644 --- a/font/devpdf/Foundry.in +++ b/font/devpdf/Foundry.in -@@ -23,7 +23,7 @@ +@@ -21,7 +21,7 @@ #======================================================================= #Foundry|Name|Search path @@ -31,7 +31,7 @@ index e5aba65..5441734 100644 # Enable the font description files for grops (generated from Adobe # foundry font files) to be used with gropdf. afmtodit must not be -@@ -79,7 +79,7 @@ EURO|N||||*../devps/freeeuro.pfa +@@ -73,7 +73,7 @@ EURO|N||||*../devps/freeeuro.pfa # URW fonts are typically shipped with Ghostscript, but can be replaced. #Foundry|Name|Search path @@ -39,3 +39,4 @@ index e5aba65..5441734 100644 +foundry|U|(gs) # Define flags for afmtodit. + diff --git a/meta/recipes-extended/groff/groff_1.24.0.bb b/meta/recipes-extended/groff/groff_1.24.1.bb similarity index 96% rename from meta/recipes-extended/groff/groff_1.24.0.bb rename to meta/recipes-extended/groff/groff_1.24.1.bb index dbc8cdf6d0..c4df5f1b18 100644 --- a/meta/recipes-extended/groff/groff_1.24.0.bb +++ b/meta/recipes-extended/groff/groff_1.24.1.bb @@ -14,7 +14,7 @@ SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \ file://0001-gropdf-use-SOURCE_DATE_EPOCH-for-reproducible-builds.patch \ " -SRC_URI[sha256sum] = "e79bbcd8ff3ed0200e7ac55d3962a15e118c1229990213025f2fc8b264727570" +SRC_URI[sha256sum] = "74e2819795b6aff431aeac983d63a9c8968eeaba2a2eba7df8ba4c7b41e7cfd8" DEPENDS = "bison-native groff-native" RDEPENDS:${PN} += "perl sed"