packagegroup-core-nfs: remove broken glibc-utils reference

I'm not convinced everyone who wants to serve NFS needs rpcinfo, nor is
it clear that rpcinfo is actually provided as part of eglibc-utils
anymore, so let's just remove this.

(From OE-Core rev: 9ddc11b8921dbdca237f9cb511faa79a4a073515)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2012-08-29 14:07:26 +01:00
committed by Richard Purdie
parent 14bf9637be
commit af8c316b97

View File

@@ -20,9 +20,3 @@ RDEPENDS_packagegroup-core-nfs-server = "\
nfs-utils \
nfs-utils-client \
"
# rpcinfo can be useful but only with glibc images
GLIBC_DEPENDENCIES = "glibc-utils"
RRECOMMENDS_packagegroup-core-nfs-server_append_libc-glibc = " ${GLIBC_DEPENDENCIES}"