]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpcbind: add new recipe version 0.2.0
authorDongxiao Xu <dongxiao.xu@intel.com>
Wed, 1 Sep 2010 07:59:08 +0000 (15:59 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Sep 2010 08:50:50 +0000 (09:50 +0100)
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>
meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb [new file with mode: 0644]

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 (file)
index 0000000..0894769
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "The rpcbind utility is a server that converts RPC \
+               program numbers into universal addresses."
+SECTION = "console/network"
+PRIORITY = "optional"
+HOMEPAGE = "http://sourceforge.net/projects/rpcbind/"
+BUGTRACKER = "http://sourceforge.net/tracker/?group_id=201237&atid=976751"
+DEPENDS = "libtirpc"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b46486e4c4a416602693a711bb5bfa39 \
+                    file://src/rpcinfo.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2"
+
+PR = "r0"
+
+inherit autotools