diff options
Diffstat (limited to 'meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb')
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb | 34 |
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 @@ | |||
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 | PR = "r0" | ||
10 | |||
11 | DEPENDS += "xz-native" | ||
12 | PROVIDES = "virtual/librpc" | ||
13 | |||
14 | SRC_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 | |||
20 | SRC_URI_append_libc-uclibc = " file://remove-des-uclibc.patch" | ||
21 | |||
22 | SRC_URI[libtirpc.md5sum] = "b70e6c12a369a91e69fcc3b9feb23d61" | ||
23 | SRC_URI[libtirpc.sha256sum] = "4f29ea0491b4ca4c29f95f3c34191b857757873bbbf4b069f9dd4da01a6a923c" | ||
24 | SRC_URI[glibc-nfs.md5sum] = "5ae500b9d0b6b72cb875bc04944b9445" | ||
25 | SRC_URI[glibc-nfs.sha256sum] = "2677cfedf626f3f5a8f6e507aed5bb8f79a7453b589d684dbbc086e755170d83" | ||
26 | inherit autotools pkgconfig | ||
27 | |||
28 | do_configure_prepend () { | ||
29 | cp -r ${S}/../tirpc ${S} | ||
30 | } | ||
31 | |||
32 | do_install_append() { | ||
33 | chown root:root ${D}${sysconfdir}/netconfig | ||
34 | } | ||