From: Oyvind Repvik Date: Sun, 31 Jul 2005 13:54:46 +0000 (+0000) Subject: Added portmap-utils RDEPENDS so nfs works out of the box. Fixes slugbug #229 X-Git-Tag: Release-2010-05/1~9453^2~4005^2~18^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0246ee976adbdfbcd7509ae9f0f4dd92d0128a7f;p=openembedded.git Added portmap-utils RDEPENDS so nfs works out of the box. Fixes slugbug #229 --- diff --git a/packages/portmap/portmap_5-9.bb b/packages/portmap/portmap_5-9.bb index 3092b70539..9df7c0c021 100644 --- a/packages/portmap/portmap_5-9.bb +++ b/packages/portmap/portmap_5-9.bb @@ -1,7 +1,8 @@ DESCRIPTION = "RPC program number mapper." SECTION = "console/network" LICENSE = "GPL" -PR = "r3" +RDEPENDS = "portmap-utils" +PR = "r4" SRC_URI = "http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_5.orig.tar.gz \ http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_${PV}.diff.gz;patch=1 \