From patchwork Fri Dec 8 22:32:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 35982 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 75B94C10F04 for ; Fri, 8 Dec 2023 22:32:36 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.25685.1702074748045409891 for ; Fri, 08 Dec 2023 14:32:28 -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 955F9106F; Fri, 8 Dec 2023 14:33:12 -0800 (PST) Received: from oss-tx204.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 A24D43F6C4; Fri, 8 Dec 2023 14:32:26 -0800 (PST) From: ross.burton@arm.com To: openembedded-devel@lists.openembedded.org Cc: nd@arm.com Subject: [PATCH 01/10] Remove unused SRC_DISTRIBUTE_LICENSES Date: Fri, 8 Dec 2023 22:32:15 +0000 Message-Id: <20231208223224.1348651-1-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 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 ; Fri, 08 Dec 2023 22:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107310 From: Ross Burton This variable was removed in oe-core 8c9ef5, and didn't do what any of these recipes seem to be using it for. Signed-off-by: Ross Burton --- meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 2 -- meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb | 2 +- meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb | 2 +- meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb | 2 -- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index 971ad90f9c..20d6b1b627 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb @@ -24,5 +24,3 @@ REQUIRED_DISTRO_FEATURES = "x11" do_configure:prepend() { touch ${S}/ChangeLog } - -SRC_DISTRIBUTE_LICENSES += "X11" diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb index 3fc7f39e85..05ece8b748 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb @@ -2,7 +2,7 @@ SUMMARY = "Unicode Mingti (printed) TrueType Font" HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" LICENSE = "Arphic-Public-License" LIC_FILES_CHKSUM = "file://license/english/ARPHICPL.TXT;md5=4555ed88e9a72fc9562af379d07c3350" -SRC_DISTRIBUTE_LICENSES += "${PN}" + RPROVIDES:${PN} = "virtual-chinese-font" PR = "r6" diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb index 5a403f0775..c7229df1b1 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb @@ -6,7 +6,7 @@ SUMMARY:ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font" HOMEPAGE = "http://sourceforge.jp/projects/efont/" LICENSE = "PD" LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" -SRC_DISTRIBUTE_LICENSES += "${PN}" + RPROVIDES:${PN} = "virtual-japanese-font" PR = "r9" diff --git a/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb b/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb index e716430673..b8a81bb0b7 100644 --- a/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb +++ b/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb @@ -58,7 +58,5 @@ do_install:append() { BBCLASSEXTEND = "native" -SRC_DISTRIBUTE_LICENSES += "HDF5" - # h5fuse.sh script needs bash RDEPENDS:${PN} += "bash" From patchwork Fri Dec 8 22:32:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 35987 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 ADA53C10F1D for ; Fri, 8 Dec 2023 22:32:36 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.25686.1702074748677397187 for ; Fri, 08 Dec 2023 14:32:28 -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 45EE311FB; Fri, 8 Dec 2023 14:33:13 -0800 (PST) Received: from oss-tx204.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 4BEBB3F6C4; Fri, 8 Dec 2023 14:32:27 -0800 (PST) From: ross.burton@arm.com To: openembedded-devel@lists.openembedded.org Cc: nd@arm.com Subject: [PATCH 02/10] gspell: inherit gtk-doc Date: Fri, 8 Dec 2023 22:32:16 +0000 Message-Id: <20231208223224.1348651-2-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231208223224.1348651-1-ross.burton@arm.com> References: <20231208223224.1348651-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 ; Fri, 08 Dec 2023 22:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107311 From: Ross Burton This recipe has gtk-doc API documentation. Signed-off-by: Ross Burton --- meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb index 67e64915b4..7ad55da089 100644 --- a/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb +++ b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb @@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8c2e1ec1540fb3e0beb68361344cba7e" DEPENDS = "gtk+3 iso-codes enchant2" GNOMEBASEBUILDCLASS = "autotools" -inherit gnomebase gettext gobject-introspection vala +inherit gnomebase gettext gobject-introspection vala gtk-doc SRC_URI[archive.sha256sum] = "b4e993bd827e4ceb6a770b1b5e8950fce3be9c8b2b0cbeb22fdf992808dd2139" From patchwork Fri Dec 8 22:32:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 35988 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 BB7E4C169C2 for ; Fri, 8 Dec 2023 22:32:36 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.25687.1702074748755573911 for ; Fri, 08 Dec 2023 14:32:28 -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 EBD2C139F; Fri, 8 Dec 2023 14:33:13 -0800 (PST) Received: from oss-tx204.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 F1C7C3F6C4; Fri, 8 Dec 2023 14:32:27 -0800 (PST) From: ross.burton@arm.com To: openembedded-devel@lists.openembedded.org Cc: nd@arm.com Subject: [PATCH 03/10] gspell: update DEPENDS, switch iso-codes for icu Date: Fri, 8 Dec 2023 22:32:17 +0000 Message-Id: <20231208223224.1348651-3-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231208223224.1348651-1-ross.burton@arm.com> References: <20231208223224.1348651-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 ; Fri, 08 Dec 2023 22:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107312 From: Ross Burton gspell was changed in 2020 to use icu instead of iso-codes[1]. Signed-off-by: Ross Burton [1] https://gitlab.gnome.org/GNOME/gspell/-/commit/d5a8b72e194a6542ac4f7c850fe126c3c80d3a05 --- meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb index 7ad55da089..2668fc009f 100644 --- a/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb +++ b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://wiki.gnome.org/Projects/gspell" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=8c2e1ec1540fb3e0beb68361344cba7e" -DEPENDS = "gtk+3 iso-codes enchant2" +DEPENDS = "gtk+3 icu enchant2" GNOMEBASEBUILDCLASS = "autotools" inherit gnomebase gettext gobject-introspection vala gtk-doc From patchwork Fri Dec 8 22:32:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 35981 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 8149AC46CA3 for ; Fri, 8 Dec 2023 22:32:36 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.25287.1702074749401363183 for ; Fri, 08 Dec 2023 14:32:29 -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 9EC17106F; Fri, 8 Dec 2023 14:33:14 -0800 (PST) Received: from oss-tx204.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 A3DD33F6C4; Fri, 8 Dec 2023 14:32:28 -0800 (PST) From: ross.burton@arm.com To: openembedded-devel@lists.openembedded.org Cc: nd@arm.com Subject: [PATCH 04/10] librest: remove spurious build dependencies Date: Fri, 8 Dec 2023 22:32:18 +0000 Message-Id: <20231208223224.1348651-4-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231208223224.1348651-1-ross.burton@arm.com> References: <20231208223224.1348651-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 ; Fri, 08 Dec 2023 22:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107313 From: Ross Burton These are not dependencies of librest 0.8.1. I imagine they ended up in this recipe when the latest version was downgraded back to 0.8.1 and the dependencies not reviewed. Signed-off-by: Ross Burton --- meta-gnome/recipes-gnome/rest/librest_0.8.1.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb b/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb index 51dc44cc4d..3a56486c0c 100644 --- a/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb +++ b/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb @@ -4,13 +4,10 @@ LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" DEPENDS = " \ - gi-docgen \ - gi-docgen-native \ glib-2.0 \ glib-2.0-native \ - json-glib \ libsoup-2.4 \ - libxml2-native \ + libxml2 \ " GNOMEBASEBUILDCLASS = "autotools" From patchwork Fri Dec 8 22:32:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 35984 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 95299C46CC5 for ; Fri, 8 Dec 2023 22:32:36 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.25688.1702074750124604949 for ; Fri, 08 Dec 2023 14:32:30 -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 5083B11FB; Fri, 8 Dec 2023 14:33:15 -0800 (PST) Received: from oss-tx204.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 569363F6C4; Fri, 8 Dec 2023 14:32:29 -0800 (PST) From: ross.burton@arm.com To: openembedded-devel@lists.openembedded.org Cc: nd@arm.com Subject: [PATCH 05/10] librest: inherit gtk-doc Date: Fri, 8 Dec 2023 22:32:19 +0000 Message-Id: <20231208223224.1348651-5-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231208223224.1348651-1-ross.burton@arm.com> References: <20231208223224.1348651-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 ; Fri, 08 Dec 2023 22:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107314 From: Ross Burton This recipe has gtk-doc API documentation. Signed-off-by: Ross Burton --- meta-gnome/recipes-gnome/rest/librest_0.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb b/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb index 3a56486c0c..63372afa5d 100644 --- a/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb +++ b/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb @@ -11,7 +11,7 @@ DEPENDS = " \ " GNOMEBASEBUILDCLASS = "autotools" -inherit gnomebase gobject-introspection vala pkgconfig +inherit gnomebase gobject-introspection vala pkgconfig gtk-doc GNOMEBN = "rest" From patchwork Fri Dec 8 22:32:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 35986 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 A165DC10F14 for ; Fri, 8 Dec 2023 22:32:36 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.25288.1702074750827988782 for ; Fri, 08 Dec 2023 14:32:30 -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 027F7106F; Fri, 8 Dec 2023 14:33:16 -0800 (PST) Received: from oss-tx204.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 0865E3F6C4; Fri, 8 Dec 2023 14:32:29 -0800 (PST) From: ross.burton@arm.com To: openembedded-devel@lists.openembedded.org Cc: nd@arm.com Subject: [PATCH 06/10] keybinder: use autotools-brokensep instead of setting B Date: Fri, 8 Dec 2023 22:32:20 +0000 Message-Id: <20231208223224.1348651-6-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231208223224.1348651-1-ross.burton@arm.com> References: <20231208223224.1348651-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 ; Fri, 08 Dec 2023 22:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107315 From: Ross Burton Signed-off-by: Ross Burton --- meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index 20d6b1b627..444a545d41 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb @@ -9,7 +9,6 @@ DEPENDS = "gtk+3 gobject-introspection-native \ LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4" S = "${WORKDIR}/git" -B = "${S}" SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" PV = "3.0+git${SRCPV}" @@ -18,7 +17,7 @@ SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=ht RDEPENDS:${PN} = "gtk+" -inherit features_check autotools gtk-doc gobject-introspection +inherit features_check autotools-brokensep gtk-doc gobject-introspection REQUIRED_DISTRO_FEATURES = "x11" do_configure:prepend() { From patchwork Fri Dec 8 22:32:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 35985 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 94E2CC10F13 for ; Fri, 8 Dec 2023 22:32:36 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.25289.1702074751474365491 for ; Fri, 08 Dec 2023 14:32:31 -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 A886E11FB; Fri, 8 Dec 2023 14:33:16 -0800 (PST) Received: from oss-tx204.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 AE8673F6C4; Fri, 8 Dec 2023 14:32:30 -0800 (PST) From: ross.burton@arm.com To: openembedded-devel@lists.openembedded.org Cc: nd@arm.com Subject: [PATCH 07/10] keybinder: disable gtk-doc documentation Date: Fri, 8 Dec 2023 22:32:21 +0000 Message-Id: <20231208223224.1348651-7-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231208223224.1348651-1-ross.burton@arm.com> References: <20231208223224.1348651-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 ; Fri, 08 Dec 2023 22:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107316 From: Ross Burton The API documentation doesn't build, so force it off until this is fixed. Signed-off-by: Ross Burton --- meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index 444a545d41..278592dc6e 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb @@ -23,3 +23,7 @@ REQUIRED_DISTRO_FEATURES = "x11" do_configure:prepend() { touch ${S}/ChangeLog } + +# gtk-doc generation doesn't work, so disable it: +# ../keybinder-docs.sgml:26: element include: XInclude error : could not load ../xml/tree_index.sgml, and no fallback was found +GTKDOC_ENABLED = "False" From patchwork Fri Dec 8 22:32:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 35983 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 87E6FC10F09 for ; Fri, 8 Dec 2023 22:32:36 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.25290.1702074752154038007 for ; Fri, 08 Dec 2023 14:32: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 52137106F; Fri, 8 Dec 2023 14:33:17 -0800 (PST) Received: from oss-tx204.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 607CB3F6C4; Fri, 8 Dec 2023 14:32:31 -0800 (PST) From: ross.burton@arm.com To: openembedded-devel@lists.openembedded.org Cc: nd@arm.com Subject: [PATCH 08/10] gtksourceview3: remove obsolete DEPENDS Date: Fri, 8 Dec 2023 22:32:22 +0000 Message-Id: <20231208223224.1348651-8-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231208223224.1348651-1-ross.burton@arm.com> References: <20231208223224.1348651-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 ; Fri, 08 Dec 2023 22:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107317 From: Ross Burton Signed-off-by: Ross Burton --- .../recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb | 2 +- meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb | 2 +- meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb index 75f199b10f..e504186b82 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" -DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native" +DEPENDS = "gtk+3 libxml2 glib-2.0-native" PNAME = "gtksourceview" diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb index 6acd00324b..353f02f1ba 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" -DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native" +DEPENDS = "gtk+3 libxml2 glib-2.0-native" PNAME = "gtksourceview" diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb index f43fe2cf53..a336b19096 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" DEPENDS = " \ fribidi \ glib-2.0-native \ - gnome-common-native \ fontconfig \ gtk4 \ libxml2 \ From patchwork Fri Dec 8 22:32:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 35979 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 80BAFC10DCE for ; Fri, 8 Dec 2023 22:32:36 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.25691.1702074752802189721 for ; Fri, 08 Dec 2023 14:32: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 0552D139F; Fri, 8 Dec 2023 14:33:18 -0800 (PST) Received: from oss-tx204.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 0A3113F6C4; Fri, 8 Dec 2023 14:32:31 -0800 (PST) From: ross.burton@arm.com To: openembedded-devel@lists.openembedded.org Cc: nd@arm.com Subject: [PATCH 09/10] libgsf: remove obsolete DEPENDS Date: Fri, 8 Dec 2023 22:32:23 +0000 Message-Id: <20231208223224.1348651-9-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231208223224.1348651-1-ross.burton@arm.com> References: <20231208223224.1348651-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 ; Fri, 08 Dec 2023 22:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107318 From: Ross Burton Signed-off-by: Ross Burton --- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb index a54991574e..5ee73f5638 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=61464cfe342798eeced82efe9ae55f63" SECTION = "libs" -DEPENDS= "libxml2 bzip2 glib-2.0 zlib gnome-common-native" +DEPENDS= "libxml2 bzip2 glib-2.0 zlib" GNOMEBASEBUILDCLASS = "autotools" inherit gnomebase gobject-introspection gettext gtk-doc From patchwork Fri Dec 8 22:32:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 35980 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 708C9C4167B for ; Fri, 8 Dec 2023 22:32:36 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.25291.1702074753450032995 for ; Fri, 08 Dec 2023 14:32: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 AA653106F; Fri, 8 Dec 2023 14:33:18 -0800 (PST) Received: from oss-tx204.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 B063C3F6C4; Fri, 8 Dec 2023 14:32:32 -0800 (PST) From: ross.burton@arm.com To: openembedded-devel@lists.openembedded.org Cc: nd@arm.com Subject: [PATCH 10/10] evolution-data-server: remove obsolete intltool DEPENDS Date: Fri, 8 Dec 2023 22:32:24 +0000 Message-Id: <20231208223224.1348651-10-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231208223224.1348651-1-ross.burton@arm.com> References: <20231208223224.1348651-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 ; Fri, 08 Dec 2023 22:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/107319 From: Ross Burton Signed-off-by: Ross Burton --- .../evolution-data-server/evolution-data-server.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb index edbe30ff87..11a52b455e 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb @@ -1,7 +1,7 @@ require ${BPN}.inc DEPENDS = " \ - ${BPN}-native intltool-native gperf-native \ + ${BPN}-native gperf-native \ glib-2.0 gtk+3 gtk4 libxml2 icu \ dbus db virtual/libiconv zlib libsoup-3.0 libical nss libsecret \ "