diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-09-01 15:59:08 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-02 09:50:50 +0100 |
commit | 429015a47f317b7aca5ef9e75621f42812df915f (patch) | |
tree | bb22632b79d02d294af907a87b7a399d6cbab686 | |
parent | 0bd7fc55a1f7d4c2f200d44a47f3564362b47c63 (diff) | |
download | poky-429015a47f317b7aca5ef9e75621f42812df915f.tar.gz |
rpcbind: add new recipe version 0.2.0
Introduce rpcbind utility into poky which is a server that converts
RPC program numbers into universal addresses.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r-- | meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb new file mode 100644 index 0000000000..0894769a0e --- /dev/null +++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "The rpcbind utility is a server that converts RPC \ | ||
2 | program numbers into universal addresses." | ||
3 | SECTION = "console/network" | ||
4 | PRIORITY = "optional" | ||
5 | HOMEPAGE = "http://sourceforge.net/projects/rpcbind/" | ||
6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=201237&atid=976751" | ||
7 | DEPENDS = "libtirpc" | ||
8 | LICENSE = "BSD" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b46486e4c4a416602693a711bb5bfa39 \ | ||
10 | file://src/rpcinfo.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" | ||
11 | |||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2" | ||
13 | |||
14 | PR = "r0" | ||
15 | |||
16 | inherit autotools | ||