mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-09 01:14:40 +02:00
26 lines
813 B
BlitzBasic
26 lines
813 B
BlitzBasic
SUMMARY = "Transport-Independent RPC library"
|
|
DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux"
|
|
SECTION = "libs/network"
|
|
HOMEPAGE = "http://sourceforge.net/projects/libtirpc/"
|
|
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784"
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
PROVIDES = "virtual/librpc"
|
|
|
|
inherit external-toolchain
|
|
|
|
FILES_${PN} = "\
|
|
${sysconfdir}/bindresvport.blacklist \
|
|
${sysconfdir}/netconfig \
|
|
${libdir}/libtirpc${SOLIBS} \
|
|
"
|
|
FILES_${PN}-dev = "\
|
|
${libdir}/libtirpc${SOLIBSDEV} \
|
|
${includedir}/tirpc \
|
|
${libdir}/pkgconfig/libtirpc.pc \
|
|
"
|
|
FILES_${PN}-staticdev = "${libdir}/libtirpc.a"
|
|
|
|
libc_rdep = "${@'${PREFERRED_PROVIDER_virtual/libc}' if '${PREFERRED_PROVIDER_virtual/libc}' else '${TCLIBC}'}"
|
|
RDEPENDS_${PN} += "${libc_rdep}"
|