mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6468b9aa88
commit
04108d9c9f
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user