summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-23 15:39:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-28 13:55:41 +0100
commit4c3691eb4ea4c84de01fb18972956b86445a3c40 (patch)
tree8acc4a067433c1ae35e645e0f9b4e611f747c179 /meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb
parent1ac7d1cab89f32280db0f103dbfd02455fea5b92 (diff)
downloadpoky-4c3691eb4ea4c84de01fb18972956b86445a3c40.tar.gz
libtirpc: Upgrade 0.2.1 -> 0.2.2
Additionally bring in the nis headers which will be required when using eglibc 2.14 where rpc support is removed. Make it provide virtual/librpc (From OE-Core rev: 42a521b28817cc8d905a93a82e02481a8968cd26) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb')
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb
deleted file mode 100644
index 6170e6547c..0000000000
--- a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "Transport-Independent RPC library"
2DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux"
3SECTION = "libs/network"
4PRIORITY = "optional"
5HOMEPAGE = "http://sourceforge.net/projects/libtirpc/"
6BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784"
7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=1c32c8e351f97e43e1ad6cf7f62de3bf \
9 file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24"
10PR = "r1"
11
12SRC_URI = "${SOURCEFORGE_MIRROR}/libtirpc/libtirpc-${PV}.tar.bz2"
13
14SRC_URI[md5sum] = "d77eb15f464bf9d6e66259eaf78b2a4e"
15SRC_URI[sha256sum] = "ea77cadd63941fc4edbee7863d2c7094e6a18263d2a2c8922319aee91352ff41"
16
17inherit autotools
18
19do_install_append() {
20 chown root:root ${D}${sysconfdir}/netconfig
21}