mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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:
committed by
Richard Purdie
parent
14bf9637be
commit
af8c316b97
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user