diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-09-01 15:47:37 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-02 09:50:50 +0100 |
commit | 0bd7fc55a1f7d4c2f200d44a47f3564362b47c63 (patch) | |
tree | e863760ddd9787e54c9e95fa975ebf08c7be0093 /meta | |
parent | 3f7f13da8ce45b73be7954b47c5e7f427264da59 (diff) | |
download | poky-0bd7fc55a1f7d4c2f200d44a47f3564362b47c63.tar.gz |
libtirpc: add new recipe version 0.2.1
libtirpc is depended by rpcbind, so introduce it into poky.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb new file mode 100644 index 0000000000..dc647994d7 --- /dev/null +++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux" | ||
2 | SECTION = "libs/network" | ||
3 | PRIORITY = "optional" | ||
4 | HOMEPAGE = "http://sourceforge.net/projects/libtirpc/" | ||
5 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" | ||
6 | LICENSE = "Sun Industry Standards Source License 1.0" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1c32c8e351f97e43e1ad6cf7f62de3bf \ | ||
8 | file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" | ||
9 | PR = "r0" | ||
10 | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libtirpc/libtirpc-${PV}.tar.bz2" | ||
12 | |||
13 | inherit autotools | ||