From patchwork Thu Jul 2 12:56:22 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 91567 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 0B280C43602 for ; Thu, 2 Jul 2026 12:56:33 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.68467.1782996989781161973 for ; Thu, 02 Jul 2026 05:56:29 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=REWWyHEd; 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 EF2011FCD for ; Thu, 2 Jul 2026 05:56:24 -0700 (PDT) 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 E91223F673 for ; Thu, 2 Jul 2026 05:56:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1782996989; bh=Cxq9TnoovTuGkTXlCYcmvDBOW7wlFj8NICcYtOkXmgw=; h=From:To:Subject:Date:From; b=REWWyHEdRwtyFI+lfpR6bVSWkMwUSUfe+riQZxHQsBXXF5/JXmOSob34Wlbq7WzIo dIZW6CH+O4VZ62TV92BP7QJczm82QtTuO6kdWkmKTBWA/FhxkeYwvZoFkV6LkXfuU+ 3uAjUOfHraCN5oFLMpOZu7jis81GKPniM0y/efRM= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH v2 1/6] classes/meson: set python install locations in the cross file Date: Thu, 2 Jul 2026 13:56:22 +0100 Message-ID: <20260702125627.977563-1-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 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 ; Thu, 02 Jul 2026 12:56:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240037 Instead of needing recipes to inherit python3targetconfig so that Python when asked will report the correct target directory to install into, we can pass the right directory via meson's cross file. This means recipes that currently inherit python3targetconfig to get this path no longer need to. Signed-off-by: Ross Burton --- meta/classes-recipe/meson.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes-recipe/meson.bbclass b/meta/classes-recipe/meson.bbclass index a4643591103..553f63872de 100644 --- a/meta/classes-recipe/meson.bbclass +++ b/meta/classes-recipe/meson.bbclass @@ -94,6 +94,8 @@ c_args = ${@meson_array('CFLAGS', d)} c_link_args = ${@meson_array('LDFLAGS', d)} cpp_args = ${@meson_array('CXXFLAGS', d)} cpp_link_args = ${@meson_array('LDFLAGS', d)} +python.platlibdir = '${PYTHON_SITEPACKAGES_DIR}' +python.purelibdir = '${PYTHON_SITEPACKAGES_DIR}' [properties] needs_exe_wrapper = true From patchwork Thu Jul 2 12:56:23 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 91570 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 2E522C43458 for ; Thu, 2 Jul 2026 12:56:33 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.68468.1782996990524081599 for ; Thu, 02 Jul 2026 05:56:30 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=s55mCjXT; 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 A457A1FCD for ; Thu, 2 Jul 2026 05:56:25 -0700 (PDT) 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 A2F2D3F673 for ; Thu, 2 Jul 2026 05:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1782996990; bh=3L6bzOURRirn1o7jJxvsusnSsyQA2890iHJdaKxlGsE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s55mCjXTTapV18edrzG5icMgnPmzTpa9SOrBi0YaedIHcIphP6Z9AG4WlOQhS+4wB 89KHmzv6bqUUKLfw4WWBUaEm9MB0cI+os+lKYUXriZX7lghBcj3K4RLUZ6YIUcfIvz GDJ1OwGfvryfZpsRCKHQbtdccwRJdvsRCEl8i5aQ= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH v2 2/6] blueprint-compiler: inherit python3-dir not python3targetconfig Date: Thu, 2 Jul 2026 13:56:23 +0100 Message-ID: <20260702125627.977563-2-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260702125627.977563-1-ross.burton@arm.com> References: <20260702125627.977563-1-ross.burton@arm.com> MIME-Version: 1.0 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 ; Thu, 02 Jul 2026 12:56:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240038 Now that meson.bbclass tells meson where to install Python files this recipe just needs to know the value of PYTHON_SITEPACKAGES_DIR for FILES, so just inherit python3-dir to remove a dependency on the target python recipe. Signed-off-by: Ross Burton --- .../blueprint-compiler/blueprint-compiler_0.20.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb b/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb index bf357872c39..5bd3a5439cf 100644 --- a/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb +++ b/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" SRC_URI = "git://gitlab.gnome.org/GNOME/blueprint-compiler;protocol=https;branch=blueprint-0-20;tag=v${PV}" SRCREV = "31b62c24a72c1670d2d93dcdf2d130f1ae12778e" -inherit meson pkgconfig python3targetconfig +inherit meson pkgconfig python3-dir PACKAGES += "${PN}-python" From patchwork Thu Jul 2 12:56:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 91571 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 51992C44500 for ; Thu, 2 Jul 2026 12:56:33 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.68469.1782996991247383336 for ; Thu, 02 Jul 2026 05:56:31 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=B6jdZP8V; 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 5CCCF1FCD for ; Thu, 2 Jul 2026 05:56:26 -0700 (PDT) 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 5CBAE3F673 for ; Thu, 2 Jul 2026 05:56:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1782996990; bh=xYcmzf+U+zrtnHWrpbPPfQUyv+B2KsyWBeLJ3/ZLUsI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=B6jdZP8VivH7s+VeZ7sm4B1Y7/vL6dB8VPwQ+FH1KTAo5j0tUKdGhDYohpT9ZJYGp /FOk4r1Qw6uV5WcQhSjiBJnkAl5k4wrm0R15woNiMIOKiK0b5HP+VZbXpQFpHLboTS umAWtBOGI9GyyU1+lRC3ZuJ9UXHF2EkP4d/Ttmv4= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH v2 3/6] python3-pycairo: inherit python3-dir not python3targetconfig Date: Thu, 2 Jul 2026 13:56:24 +0100 Message-ID: <20260702125627.977563-3-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260702125627.977563-1-ross.burton@arm.com> References: <20260702125627.977563-1-ross.burton@arm.com> MIME-Version: 1.0 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 ; Thu, 02 Jul 2026 12:56:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240039 Now that meson.bbclass tells meson where to install Python files this recipe just needs to know the value of PYTHON_SITEPACKAGES_DIR for FILES, so just inherit python3-dir to remove a dependency on the target python recipe. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-pycairo_1.29.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-pycairo_1.29.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.29.0.bb index 20c2c332cdb..9b78e4f3d3f 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.29.0.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.29.0.bb @@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "f3f7fde97325cae80224c09f12564ef58d0d0f655da0e3b040f5807bd5 S = "${UNPACKDIR}/pycairo-${PV}" -inherit meson pkgconfig python3targetconfig github-releases +inherit meson pkgconfig python3-dir github-releases CFLAGS += "-fPIC" From patchwork Thu Jul 2 12:56:25 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 91569 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 68BC0C44501 for ; Thu, 2 Jul 2026 12:56:33 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.68470.1782996991847017737 for ; Thu, 02 Jul 2026 05:56:31 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=aixlMUW0; 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 175AC1FCD for ; Thu, 2 Jul 2026 05:56:27 -0700 (PDT) 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 157E13F673 for ; Thu, 2 Jul 2026 05:56:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1782996991; bh=707KA2XUJ7tjTWDiUqv2AhGY6ZSuo8E4H20Q+FjZWU8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aixlMUW0j+7vYZtVGWUTIyq8x1yo1RMj5kXFFhi1AdpmgfXLph1ZL7+vncB8oNj/r PfhhfeEHcvQEbGrdZMlwB3JKXwDPYXDzAoeIpL2Zjn3xnvA1LMHrfi5gFdMbONXWc3 iZPeJy5VwXljGe7gv3566StHFb7ruZN1HA7JpTQ4= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH v2 4/6] at-spi2-core: inherit python3-dir not python3targetconfig Date: Thu, 2 Jul 2026 13:56:25 +0100 Message-ID: <20260702125627.977563-4-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260702125627.977563-1-ross.burton@arm.com> References: <20260702125627.977563-1-ross.burton@arm.com> MIME-Version: 1.0 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 ; Thu, 02 Jul 2026 12:56:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240040 Now that meson.bbclass tells meson where to install Python files this recipe just needs to know the value of PYTHON_SITEPACKAGES_DIR for FILES, so just inherit python3-dir to remove a dependency on the target python recipe. Signed-off-by: Ross Burton --- meta/recipes-support/atk/at-spi2-core_2.60.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/atk/at-spi2-core_2.60.4.bb b/meta/recipes-support/atk/at-spi2-core_2.60.4.bb index 5068cb82fe7..9472e06b1de 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.60.4.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.60.4.bb @@ -23,7 +23,7 @@ DEPENDS = " \ PROVIDES += "atk at-spi2-atk" RPROVIDES:${PN} += "atk at-spi2-atk" -inherit gnomebase gi-docgen gettext systemd upstream-version-is-even gobject-introspection python3targetconfig +inherit gnomebase gi-docgen gettext systemd upstream-version-is-even gobject-introspection python3-dir EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ -Ddbus_daemon=${bindir}/dbus-daemon" From patchwork Thu Jul 2 12:56:26 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 91568 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 0A351C43327 for ; Thu, 2 Jul 2026 12:56:33 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.68471.1782996992684238276 for ; Thu, 02 Jul 2026 05:56:32 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=IS2s2xgq; 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 C16B81FCD for ; Thu, 2 Jul 2026 05:56:27 -0700 (PDT) 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 C24773F673 for ; Thu, 2 Jul 2026 05:56:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1782996992; bh=wE+u/o2AwUtuRmigejQZbmcrwFtNzK9QmWMygbqx6JI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IS2s2xgqfuMVVdn5VlFPqItRl+moiLYcw3/YIG+Z7RDEC6zu9V8/mNjazcBUXSInr qeLA+o4EmKuzA90VeyeYcwj4Jd6RqzCLd5wrmhZqacsypcPNo6q/flLWWb7w0YJ4jF iyYYGge8+oeI+jg6YDUPfElmKbgadDfvJimHUY2o= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH v2 5/6] kea: fix python module packaging Date: Thu, 2 Jul 2026 13:56:26 +0100 Message-ID: <20260702125627.977563-5-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260702125627.977563-1-ross.burton@arm.com> References: <20260702125627.977563-1-ross.burton@arm.com> MIME-Version: 1.0 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 ; Thu, 02 Jul 2026 12:56:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240041 This was previously installing into the wrong target directory because it was using the python3-native's directory layout. Now that meson.bbclass is telling meson where to put files, we need to inherit python3-dir and package the correct files. Signed-off-by: Ross Burton --- meta/recipes-connectivity/kea/kea_3.2.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/kea/kea_3.2.0.bb b/meta/recipes-connectivity/kea/kea_3.2.0.bb index 3967f539b7f..1b6693c2c80 100644 --- a/meta/recipes-connectivity/kea/kea_3.2.0.bb +++ b/meta/recipes-connectivity/kea/kea_3.2.0.bb @@ -22,7 +22,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.xz \ " SRC_URI[sha256sum] = "14bf695d37b65b9b1bf550fea5d0adaf9806c50e5419ef2a176a4b8e9aade3df" -inherit meson pkgconfig systemd update-rc.d upstream-version-is-even +inherit meson pkgconfig systemd update-rc.d upstream-version-is-even python3-dir # install-umask can be removed when upgrading to 3.1.19 onwards # https://gitlab.isc.org/isc-projects/kea/-/commit/d9f332a6f36f8056a54b0698d4672a67aea812ba @@ -98,7 +98,7 @@ CONFFILES:${PN} = "${sysconfdir}/kea/kea-ctrl-agent.conf \ " PACKAGES =+ "${PN}-python" -FILES:${PN}-python = "${nonarch_libdir}/python*/site-packages/*" +FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" RDEPENDS:${PN}-python = "python3" FILES:${PN}-staticdev += "${libdir}/kea/hooks/*.a ${libdir}/hooks/*.a" From patchwork Thu Jul 2 12:56:27 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 91572 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 5E519C43458 for ; Thu, 2 Jul 2026 12:56:43 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.68472.1782996993369113444 for ; Thu, 02 Jul 2026 05:56:33 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=EdmuiTyy; 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 737941FCD for ; Thu, 2 Jul 2026 05:56:28 -0700 (PDT) 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 72F993F673 for ; Thu, 2 Jul 2026 05:56:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1782996992; bh=bD/gx2ZFs+o1xIbBA7BH10Wso3K8p8eDPKWX2D21qeE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EdmuiTyyNxwyQZ4GG6Se4lvepOY00necUy9GeTTHKoSM4Ip9lWMl0jsYjYB1SbzpN EuqG99O1NRMvQa++1y3cGL56kdYdJ6ZbeKlqNTECFbsy0XvdZyNAS0zfvNbfTni6vI E1O6v6wV/9A7B+huz7CY0kPsw14pV//sP6e67Wmw= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH v2 6/6] kea: remove obsolete staticdev packaging Date: Thu, 2 Jul 2026 13:56:27 +0100 Message-ID: <20260702125627.977563-6-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260702125627.977563-1-ross.burton@arm.com> References: <20260702125627.977563-1-ross.burton@arm.com> MIME-Version: 1.0 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 ; Thu, 02 Jul 2026 12:56:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240042 Kea doesn't build pointless static libraries for dynamically loaded modules anymore, so remove this line. Signed-off-by: Ross Burton --- meta/recipes-connectivity/kea/kea_3.2.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-connectivity/kea/kea_3.2.0.bb b/meta/recipes-connectivity/kea/kea_3.2.0.bb index 1b6693c2c80..5136e9e41ca 100644 --- a/meta/recipes-connectivity/kea/kea_3.2.0.bb +++ b/meta/recipes-connectivity/kea/kea_3.2.0.bb @@ -101,5 +101,4 @@ PACKAGES =+ "${PN}-python" FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" RDEPENDS:${PN}-python = "python3" -FILES:${PN}-staticdev += "${libdir}/kea/hooks/*.a ${libdir}/hooks/*.a" FILES:${PN} += "${libdir}/hooks/*.so"