summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2017-07-19 18:01:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-15 15:47:53 -0700
commit4fe719b6e0a2cc2575eb5cbcbb52df1585fff6af (patch)
treedff6b53e17d1687deaa006c4b534dd2d9da0e008 /meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
parent3a1b3aada39a54f261c8fcfd69325fd118a9ecfe (diff)
downloadpoky-4fe719b6e0a2cc2575eb5cbcbb52df1585fff6af.tar.gz
libtirpc: upgrade to 1.0.2
1.0.1 -> 1.0.2 Remove these Backported and upstreamed patches: 1. 0001-Fix-for-CVE-2017-8779.patch 2. libtirpc-0.2.1-fortify.patch 3. libtirpc-1.0.2-rc3.patc (From OE-Core rev: 4586a66aa3f9992f54839c2920c3d51e95040a1b) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb')
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb44
1 files changed, 0 insertions, 44 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
deleted file mode 100644
index f41d2f3e3d..0000000000
--- a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
+++ /dev/null
@@ -1,44 +0,0 @@
1SUMMARY = "Transport-Independent RPC library"
2DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux"
3SECTION = "libs/network"
4HOMEPAGE = "http://sourceforge.net/projects/libtirpc/"
5BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784"
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \
8 file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24"
9
10PROVIDES = "virtual/librpc"
11
12SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2;name=libtirpc \
13 ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \
14 file://libtirpc-1.0.2-rc3.patch \
15 file://libtirpc-0.2.1-fortify.patch \
16 file://export_key_secretkey_is_set.patch \
17 file://0001-replace-__bzero-with-memset-API.patch \
18 file://0001-include-stdint.h-for-uintptr_t.patch \
19 file://0001-Fix-for-CVE-2017-8779.patch \
20 "
21
22SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \
23 "
24
25SRC_URI_append_libc-musl = " \
26 file://Use-netbsd-queue.h.patch \
27 "
28
29SRC_URI[libtirpc.md5sum] = "36ce1c0ff80863bb0839d54aa0b94014"
30SRC_URI[libtirpc.sha256sum] = "5156974f31be7ccbc8ab1de37c4739af6d9d42c87b1d5caf4835dda75fcbb89e"
31SRC_URI[glibc-nfs.md5sum] = "5ae500b9d0b6b72cb875bc04944b9445"
32SRC_URI[glibc-nfs.sha256sum] = "2677cfedf626f3f5a8f6e507aed5bb8f79a7453b589d684dbbc086e755170d83"
33
34inherit autotools pkgconfig
35
36EXTRA_OECONF = "--disable-gssapi"
37
38do_configure_prepend () {
39 cp -r ${WORKDIR}/tirpc ${S}
40}
41
42do_install_append() {
43 chown root:root ${D}${sysconfdir}/netconfig
44}