From patchwork Wed Feb 26 17:22:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 57987 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 EE087C021B8 for ; Wed, 26 Feb 2025 17:22:32 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.11466.1740590552311056949 for ; Wed, 26 Feb 2025 09:22:32 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 478071516 for ; Wed, 26 Feb 2025 09:22:47 -0800 (PST) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 041733F673 for ; Wed, 26 Feb 2025 09:22:30 -0800 (PST) From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 1/4] ifenslave: remove manpages class Date: Wed, 26 Feb 2025 17:22:16 +0000 Message-ID: <20250226172220.1033779-1-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 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 ; Wed, 26 Feb 2025 17:22:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115678 This recipe doesn't ship any manpages since 2.10, so remove the manpage support. Signed-off-by: Ross Burton --- meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb index 02a5520a97..b41eb78374 100644 --- a/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb +++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb @@ -5,9 +5,6 @@ SECTION = "net" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253" -inherit manpages -MAN_PKG = "${PN}" - SRCREV = "62e60904afbe58fda0c7104fdad1c4f618266ba6" SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=main" @@ -18,5 +15,3 @@ do_install() { install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ifenslave install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave } - -FILES:${PN}-doc:remove = "${mandir}" From patchwork Wed Feb 26 17:22:17 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 57988 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 00F32C19F32 for ; Wed, 26 Feb 2025 17:22:33 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.11467.1740590552539355107 for ; Wed, 26 Feb 2025 09:22:32 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EA5E01A2D for ; Wed, 26 Feb 2025 09:22:47 -0800 (PST) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A78293F673 for ; Wed, 26 Feb 2025 09:22:31 -0800 (PST) From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 2/4] udpcast: add missing manpages PACKAGECONFIG Date: Wed, 26 Feb 2025 17:22:17 +0000 Message-ID: <20250226172220.1033779-2-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250226172220.1033779-1-ross.burton@arm.com> References: <20250226172220.1033779-1-ross.burton@arm.com> MIME-Version: 1.0 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 ; Wed, 26 Feb 2025 17:22:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115679 The manpages.bbclass adds the 'manpages' PACKAGECONFIG but this isn't defined: ERROR: QA Issue: udpcast: invalid PACKAGECONFIG: manpages [invalid-packageconfig] There is not an option to disable the manpages, so add a stub PACKAGECONFIG to silence this error. Signed-off-by: Ross Burton --- meta-networking/recipes-support/udpcast/udpcast_20230924.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/udpcast/udpcast_20230924.bb b/meta-networking/recipes-support/udpcast/udpcast_20230924.bb index f93f9850a8..3dea7e2ef6 100644 --- a/meta-networking/recipes-support/udpcast/udpcast_20230924.bb +++ b/meta-networking/recipes-support/udpcast/udpcast_20230924.bb @@ -18,5 +18,7 @@ SRC_URI[sha256sum] = "17b5cd8b1e54f7e2e53357ac02ee86e4198bf704096987a03a3b5c402a # Installation of rateGovernor.h fails without brokensep inherit autotools-brokensep manpages +PACKAGECONFIG[manpages] = "" + # pod2man required to build manpages DEPENDS += "perl-native" From patchwork Wed Feb 26 17:22:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 57990 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 F0DC5C021B8 for ; Wed, 26 Feb 2025 17:22:42 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.11334.1740590553020531198 for ; Wed, 26 Feb 2025 09:22:33 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 994521516 for ; Wed, 26 Feb 2025 09:22:48 -0800 (PST) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 578B33F673 for ; Wed, 26 Feb 2025 09:22:32 -0800 (PST) From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 3/4] pureftp: fix autoreconf Date: Wed, 26 Feb 2025 17:22:18 +0000 Message-ID: <20250226172220.1033779-3-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250226172220.1033779-1-ross.burton@arm.com> References: <20250226172220.1033779-1-ross.burton@arm.com> MIME-Version: 1.0 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 ; Wed, 26 Feb 2025 17:22:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115680 autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton --- meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb index 1ce3c468b7..8a56ad5078 100644 --- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb +++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb @@ -15,5 +15,7 @@ SRC_URI[sha256sum] = "1126f3a95856d08889ff89703cb1aa9ec9924d939d154e96904c920f05 inherit autotools +EXTRA_AUTORECONF += "-I m4" + PACKAGECONFIG[libsodium] ="ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \ ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium" From patchwork Wed Feb 26 17:22:19 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 57989 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 F225AC19F32 for ; Wed, 26 Feb 2025 17:22:42 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.11469.1740590553931570152 for ; Wed, 26 Feb 2025 09:22:34 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 481061516 for ; Wed, 26 Feb 2025 09:22:49 -0800 (PST) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 0644E3F673 for ; Wed, 26 Feb 2025 09:22:32 -0800 (PST) From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 4/4] gstd: disable gtk-doc Date: Wed, 26 Feb 2025 17:22:19 +0000 Message-ID: <20250226172220.1033779-4-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250226172220.1033779-1-ross.burton@arm.com> References: <20250226172220.1033779-1-ross.burton@arm.com> MIME-Version: 1.0 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 ; Wed, 26 Feb 2025 17:22:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/115681 The API documentation should be buildable with gtk-doc, but it fails for some reason: gtkdoc-mkhtml: error: unrecognized arguments: ../gstd-docs.xml Leave the gtk-doc class inherited, but temporarily disable it until this is fixed. Signed-off-by: Ross Burton --- meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb index 3b0d3ded13..4720edf153 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb @@ -18,6 +18,10 @@ PV = "1.0+really0.15.2" GTKDOC_MESON_OPTION = "enable-gtk-doc" +# Documentation doesn't currently build: +# gtkdoc-mkhtml: error: unrecognized arguments: ../gstd-docs.xml +GTKDOC_ENABLED = "False" + inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig do_install:append() {