| Message ID | 20260701162554.1047036-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | kea: remove obsolete staticdev packaging | expand |
diff --git a/meta/recipes-connectivity/kea/kea_3.0.3.bb b/meta/recipes-connectivity/kea/kea_3.0.3.bb index 1c3dae15958..7f05db0b15f 100644 --- a/meta/recipes-connectivity/kea/kea_3.0.3.bb +++ b/meta/recipes-connectivity/kea/kea_3.0.3.bb @@ -104,5 +104,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"
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.0.3.bb | 1 - 1 file changed, 1 deletion(-)