From: Ross Burton Date: Wed, 1 Jul 2026 16:25:14 +0000 (+0100) Subject: kea: remove obsolete staticdev packaging X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fross%2Fsent%2Flesspython;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kea: remove obsolete staticdev packaging Kea doesn't build pointless static libraries for dynamically loaded modules anymore, so remove this line. Signed-off-by: Ross Burton --- 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"