summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Larson <kergoth@gmail.com>2012-06-07 16:36:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 11:34:20 +0100
commitf63add40c6bdfb3a19e59ac28f7d2ae5597f5bfd (patch)
tree712a8480af46e90b25f2fff61685b5aa054a90d2
parent8576575ce9a1be8f7bec4e7c018d9be5c3b247df (diff)
downloadopenembedded-core-f63add40c6bdfb3a19e59ac28f7d2ae5597f5bfd.tar.gz
openembedded-core-f63add40c6bdfb3a19e59ac28f7d2ae5597f5bfd.tar.bz2
openembedded-core-f63add40c6bdfb3a19e59ac28f7d2ae5597f5bfd.zip
task-core-basic: drop portmap
Both rpcbind and portmap are RPC port mappers. Having both is redundant. Chose rpcbind over portmap as rpcbind supports ipv6, nfs4, and builds without the glibc rpc headers, which have been obsoleted in glibc 2.14. Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/tasks/task-core-basic.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/tasks/task-core-basic.bb b/meta/recipes-extended/tasks/task-core-basic.bb
index 8bab0db7af..a810d3785b 100644
--- a/meta/recipes-extended/tasks/task-core-basic.bb
+++ b/meta/recipes-extended/tasks/task-core-basic.bb
@@ -148,7 +148,6 @@ RDEPENDS_task-core-sys-services = "\
nfs-utils \
pciutils \
libpcre \
- portmap \
rpcbind \
sysfsutils \
tcp-wrappers \