mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libnl: package the libnl-cli modules in libnl-cli
The libraries that get installed into $libdir/libnl/cli/ are not development libraries for linking against but loadable modules for the libnl-cli component, so move them to the right package. (From OE-Core rev: 8ea503fd052abbacdc24559ffae2378188f212df) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
111af1d913
commit
9a27010c5f
@@ -25,13 +25,12 @@ FILES_${PN} = "${libdir}/libnl-3.so.* \
|
||||
${sysconfdir}"
|
||||
RREPLACES_${PN} = "libnl2"
|
||||
RCONFLICTS_${PN} = "libnl2"
|
||||
FILES_${PN}-dev += "${libdir}/libnl/cli/*/*.so \
|
||||
${libdir}/libnl/cli/*/*.la"
|
||||
FILES_${PN}-staticdev += "${libdir}/libnl/cli/*/*.a"
|
||||
|
||||
PACKAGES += "${PN}-cli ${PN}-route ${PN}-nf ${PN}-genl ${PN}-idiag"
|
||||
FILES_${PN}-cli = "${libdir}/libnl-cli-3.so.* \
|
||||
${libdir}/libnl/cli/*/*.so.* \
|
||||
${libdir}/libnl/cli/*/*.so \
|
||||
${libdir}/libnl/cli/*/*.la \
|
||||
${sbindir}/nl-*"
|
||||
FILES_${PN}-route = "${libdir}/libnl-route-3.so.*"
|
||||
FILES_${PN}-idiag = "${libdir}/libnl-idiag-3.so.*"
|
||||
|
||||
Reference in New Issue
Block a user