From: Ross Burton Date: Mon, 3 Apr 2023 10:53:06 +0000 (+0100) Subject: bind: don't package non-existant .la files into -staticdev X-Git-Tag: 2023-04-mickledore~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738434bf567d25de692cd145156263eea1a5de13;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git bind: don't package non-existant .la files into -staticdev If these files exist they should be packaged into PN-dev, and are with the default FILES:${PN}-dev. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bind/bind_9.18.12.bb b/meta/recipes-connectivity/bind/bind_9.18.12.bb index abce1c0f459..68dad77cdc8 100644 --- a/meta/recipes-connectivity/bind/bind_9.18.12.bb +++ b/meta/recipes-connectivity/bind/bind_9.18.12.bb @@ -109,6 +109,5 @@ PACKAGE_BEFORE_PN += "${PN}-libs" # https://github.com/isc-projects/bind9/commit/0e25af628cd776f98c04fc4cc59048f5448f6c88 FILES_SOLIBSDEV = "${libdir}/*[!0-9].so ${libdir}/libbind9.so" FILES:${PN}-libs = "${libdir}/named/*.so* ${libdir}/*-${PV}.so" -FILES:${PN}-staticdev += "${libdir}/*.la" DEV_PKG_DEPENDENCY = ""