summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorRoy.Li <rongqing.li@windriver.com>2012-12-24 09:02:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-31 09:43:24 +0000
commit9a1c99916bfc8b599e1fd567b0a61b979576b254 (patch)
tree6c553fc04f93d7ca1a6d3349036c59cac42d6c66 /meta/recipes-core/packagegroups
parent7f221da2a31e4ce661223b2d38e4c624d3dd1104 (diff)
downloadpoky-9a1c99916bfc8b599e1fd567b0a61b979576b254.tar.gz
replace portmap with rpcbind.
Rpcbind has more features, like ipv6 support and nfs4 support; Redhat, Fedora, debian, Ubuntu are using rpcbind by default. (From OE-Core rev: 86ec57e2837465954f51fc55fce990b5ec6b1063) Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-base.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb
index 4ab34bbce4..100cc88be3 100644
--- a/meta/recipes-core/packagegroups/packagegroup-base.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-base.bb
@@ -331,7 +331,7 @@ RRECOMMENDS_packagegroup-base-cramfs = "\
331# 331#
332SUMMARY_packagegroup-base-nfs = "NFS network filesystem support" 332SUMMARY_packagegroup-base-nfs = "NFS network filesystem support"
333RDEPENDS_packagegroup-base-nfs = "\ 333RDEPENDS_packagegroup-base-nfs = "\
334 portmap" 334 rpcbind"
335 335
336RRECOMMENDS_packagegroup-base-nfs = "\ 336RRECOMMENDS_packagegroup-base-nfs = "\
337 kernel-module-nfs " 337 kernel-module-nfs "