From 94c23613724073f8def71bc9e76d7fd7a9f318ad Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 28 Apr 2018 00:33:41 -0700 Subject: libtirpc: Upgrade to 1.0.4-tc1 Drop backported patches Redo musl support patch such that it can be applied universally Signed-off-by: Khem Raj --- meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb (limited to 'meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb') diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb new file mode 100644 index 0000000000..17bc038d67 --- /dev/null +++ b/meta/recipes-extended/libtirpc/libtirpc_1.0.3.bb @@ -0,0 +1,28 @@ +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" +LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \ + file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" + +PROVIDES = "virtual/librpc" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \ + file://libtirpc-1.0.4-rc1.patch \ + file://musl.patch \ + " + +SRC_URI[md5sum] = "f8403a10695348854e71d525c4db5931" +SRC_URI[sha256sum] = "86c3a78fc1bddefa96111dd233124c703b22a78884203c55c3e06b3be6a0fd5e" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-gssapi" + +do_install_append() { + chown root:root ${D}${sysconfdir}/netconfig +} + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg