Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "Transport-Independent RPC library" |
| 2 | DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux" |
| 3 | SECTION = "libs/network" |
| 4 | HOMEPAGE = "http://sourceforge.net/projects/libtirpc/" |
| 5 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" |
| 6 | LICENSE = "BSD" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \ |
| 8 | file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" |
| 9 | |
| 10 | PROVIDES = "virtual/librpc" |
| 11 | |
Brad Bishop | 0011132 | 2018-04-01 22:23:53 -0400 | [diff] [blame] | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 13 | file://export_key_secretkey_is_set.patch \ |
| 14 | file://0001-replace-__bzero-with-memset-API.patch \ |
| 15 | file://0001-include-stdint.h-for-uintptr_t.patch \ |
| 16 | " |
| 17 | |
| 18 | SRC_URI_append_libc-musl = " \ |
| 19 | file://Use-netbsd-queue.h.patch \ |
| 20 | " |
| 21 | |
Brad Bishop | 0011132 | 2018-04-01 22:23:53 -0400 | [diff] [blame] | 22 | SRC_URI[md5sum] = "d5a37f1dccec484f9cabe2b97e54e9a6" |
| 23 | SRC_URI[sha256sum] = "723c5ce92706cbb601a8db09110df1b4b69391643158f20ff587e20e7c5f90f5" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 24 | |
| 25 | inherit autotools pkgconfig |
| 26 | |
| 27 | EXTRA_OECONF = "--disable-gssapi" |
| 28 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 29 | do_install_append() { |
| 30 | chown root:root ${D}${sysconfdir}/netconfig |
| 31 | } |
Brad Bishop | 0011132 | 2018-04-01 22:23:53 -0400 | [diff] [blame] | 32 | |
| 33 | BBCLASSEXTEND = "native nativesdk" |