From patchwork Thu Jun 7 23:36:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Consolidated,Pull,03/22] task-core-basic: drop portmap Date: Thu, 07 Jun 2012 23:36:51 -0000 From: Elizabeth Flanagan X-Patchwork-Id: 29447 Message-Id: <56c8a69aafb3322b319136010f051c7f01bcfe27.1339111944.git.elizabeth.flanagan@intel.com> To: openembedded-core@lists.openembedded.org From: Christopher Larson 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 Signed-off-by: Elizabeth Flanagan --- meta/recipes-extended/tasks/task-core-basic.bb | 1 - 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 8bab0db..a810d37 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 \