summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2013-02-20 18:51:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-22 06:09:23 -0800
commitf1f054ef74b399c8263d278f0e023201149637a2 (patch)
tree9b74fbf89768d2d165f6ffdea9f57dcacb7a2b68 /meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb
parentb2e4a965f3b15ae25d45fbd5d05bb956a9d639aa (diff)
downloadpoky-f1f054ef74b399c8263d278f0e023201149637a2.tar.gz
libtirpc: upgrade to 0.2.3
- libtirpc-0.2.2-rpc-des-prot.patch removed; - remove-des-crypt.patch removed; both included in base distribution. (From OE-Core rev: c0ff6185e623a40a7378a01d45b2c641ca3fa79d) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb')
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb
new file mode 100644
index 0000000000..ed838b7545
--- /dev/null
+++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb
@@ -0,0 +1,34 @@
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"
9PR = "r0"
10
11DEPENDS += "xz-native"
12PROVIDES = "virtual/librpc"
13
14SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2;name=libtirpc \
15 ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \
16 file://libtirpc-0.2.1-fortify.patch \
17 file://obsolete_automake_macros.patch \
18 "
19
20SRC_URI_append_libc-uclibc = " file://remove-des-uclibc.patch"
21
22SRC_URI[libtirpc.md5sum] = "b70e6c12a369a91e69fcc3b9feb23d61"
23SRC_URI[libtirpc.sha256sum] = "4f29ea0491b4ca4c29f95f3c34191b857757873bbbf4b069f9dd4da01a6a923c"
24SRC_URI[glibc-nfs.md5sum] = "5ae500b9d0b6b72cb875bc04944b9445"
25SRC_URI[glibc-nfs.sha256sum] = "2677cfedf626f3f5a8f6e507aed5bb8f79a7453b589d684dbbc086e755170d83"
26inherit autotools pkgconfig
27
28do_configure_prepend () {
29 cp -r ${S}/../tirpc ${S}
30}
31
32do_install_append() {
33 chown root:root ${D}${sysconfdir}/netconfig
34}