diff options
author | Ross Burton <ross.burton@arm.com> | 2023-04-03 11:53:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-04 13:11:50 +0100 |
commit | 04108d9c9fe37dd9da3c07227196520876f8b5a6 (patch) | |
tree | fa951da0a2ba6bf4c94f281c6a5ac4ce63d33776 /meta | |
parent | 6468b9aa8823fe6cb888def8ea96c50736a9c753 (diff) | |
download | poky-04108d9c9fe37dd9da3c07227196520876f8b5a6.tar.gz |
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.
(From OE-Core rev: 738434bf567d25de692cd145156263eea1a5de13)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.18.12.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.18.12.bb b/meta/recipes-connectivity/bind/bind_9.18.12.bb index abce1c0f45..68dad77cdc 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" | |||
109 | # https://github.com/isc-projects/bind9/commit/0e25af628cd776f98c04fc4cc59048f5448f6c88 | 109 | # https://github.com/isc-projects/bind9/commit/0e25af628cd776f98c04fc4cc59048f5448f6c88 |
110 | FILES_SOLIBSDEV = "${libdir}/*[!0-9].so ${libdir}/libbind9.so" | 110 | FILES_SOLIBSDEV = "${libdir}/*[!0-9].so ${libdir}/libbind9.so" |
111 | FILES:${PN}-libs = "${libdir}/named/*.so* ${libdir}/*-${PV}.so" | 111 | FILES:${PN}-libs = "${libdir}/named/*.so* ${libdir}/*-${PV}.so" |
112 | FILES:${PN}-staticdev += "${libdir}/*.la" | ||
113 | 112 | ||
114 | DEV_PKG_DEPENDENCY = "" | 113 | DEV_PKG_DEPENDENCY = "" |