]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtirpc: add new recipe version 0.2.1
authorDongxiao Xu <dongxiao.xu@intel.com>
Wed, 1 Sep 2010 07:47:37 +0000 (15:47 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Sep 2010 08:50:50 +0000 (09:50 +0100)
libtirpc is depended by rpcbind, so introduce it into poky.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb [new file with mode: 0644]

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 (file)
index 0000000..dc64799
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux"
+SECTION = "libs/network"
+PRIORITY = "optional"
+HOMEPAGE = "http://sourceforge.net/projects/libtirpc/"
+BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784"
+LICENSE = "Sun Industry Standards Source License 1.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1c32c8e351f97e43e1ad6cf7f62de3bf \
+                    file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libtirpc/libtirpc-${PV}.tar.bz2"
+
+inherit autotools