diff mbox series

[v2,6/6] kea: remove obsolete staticdev packaging

Message ID 20260702125627.977563-6-ross.burton@arm.com
State New
Headers show
Series [v2,1/6] classes/meson: set python install locations in the cross file | expand

Commit Message

Ross Burton July 2, 2026, 12:56 p.m. UTC
Kea doesn't build pointless static libraries for dynamically loaded
modules anymore, so remove this line.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-connectivity/kea/kea_3.2.0.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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"