From 16625e9c1a89e69771a27439cb330ce325eec3c4 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 7 Jun 2012 16:36:51 -0700 Subject: [PATCH] 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 Signed-off-by: Elizabeth Flanagan Signed-off-by: Richard Purdie --- meta/recipes-extended/tasks/task-core-basic.bb | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.7.4