summaryrefslogtreecommitdiffstats
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:43:19 +0100
commit61e06d3464d9f5a649b0e399364e32557f80e59b (patch)
treef42d1b48c202f053550c2fab9f5719839ab1e417
parentf822034e4fbe96e1ce443ab59de678b8ee760ff9 (diff)
downloadpoky-61e06d3464d9f5a649b0e399364e32557f80e59b.tar.gz
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. (From OE-Core rev: f63add40c6bdfb3a19e59ac28f7d2ae5597f5bfd) 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 = "\
148 nfs-utils \ 148 nfs-utils \
149 pciutils \ 149 pciutils \
150 libpcre \ 150 libpcre \
151 portmap \
152 rpcbind \ 151 rpcbind \
153 sysfsutils \ 152 sysfsutils \
154 tcp-wrappers \ 153 tcp-wrappers \