aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-02-10 16:06:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-21 17:45:07 +0000
commit4771f4af5926d724958ba7cf46b937c53babfc7c (patch)
tree18a2c48e87b550806b449fa48cf0f4729d3bec78 /meta/recipes-extended/rpcbind
parent47d8444edb644a92d3bae524c8a2a42a1cdf740c (diff)
downloadopenembedded-core-4771f4af5926d724958ba7cf46b937c53babfc7c.tar.gz
rpcbind: add DEPENDS on quota for rpcsvc/rquota.h
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/rpcbind')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
index d2844c0f82..62f6667343 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
@@ -4,7 +4,8 @@ DESCRIPTION = "The rpcbind utility is a server that converts RPC \
SECTION = "console/network"
HOMEPAGE = "http://sourceforge.net/projects/rpcbind/"
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=201237&atid=976751"
-DEPENDS = "libtirpc"
+DEPENDS = "libtirpc quota"
+
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=b46486e4c4a416602693a711bb5bfa39 \
file://src/rpcinfo.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24"
@@ -16,6 +17,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \
SRC_URI[md5sum] = "1a77ddb1aaea8099ab19c351eeb26316"
SRC_URI[sha256sum] = "c92f263e0353887f16379d7708ef1fb4c7eedcf20448bc1e4838f59497a00de3"
-PR = "r1"
+PR = "r2"
inherit autotools