mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
tcp-wrappers: refactor packages for staticdev
(From OE-Core rev: 391bc0715ee7fb3391f0719b2515fcf0bee9c4ad) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a64c2a90ad
commit
c6c3f87450
@@ -5,13 +5,14 @@ SECTION = "console/network"
|
||||
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa"
|
||||
PR ="r8"
|
||||
PR ="r9"
|
||||
|
||||
|
||||
PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev ${PN} ${PN}-doc"
|
||||
FILES_libwrap = "${base_libdir}/lib*.so.*"
|
||||
PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev libwrap-staticdev ${PN} ${PN}-doc"
|
||||
FILES_libwrap = "${base_libdir}/lib*${SOLIBS}"
|
||||
FILES_libwrap-doc = "${mandir}/man3 ${mandir}/man5"
|
||||
FILES_libwrap-dev = "${libdir}/lib*.so ${libdir}/lib*.a ${includedir}"
|
||||
FILES_libwrap-dev = "${libdir}/lib*${SOLIBSDEV} ${includedir}"
|
||||
FILES_libwrap-staticdev = "${libdir}/lib*.a"
|
||||
FILES_${PN} = "${sbindir}"
|
||||
FILES_${PN}-doc = "${mandir}/man8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user