From 2426fcdd65a5129015b279b9f40048697be3b129 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 1 Jul 2026 17:25:14 +0100 Subject: [PATCH] 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 --- 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" -- 2.47.3