mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 02:20:12 +00:00
nfs-utils: do not depend on bash unnecessarily
Nothing in the target install actually needs it. (From OE-Core rev: 02a5e0c5e88b929d41006e486be76ba709f5578d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
feea1ef48d
commit
26071fb155
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
|
||||
|
||||
# util-linux for libblkid
|
||||
DEPENDS = "libcap libevent util-linux sqlite3 libtirpc"
|
||||
RDEPENDS_${PN} = "${PN}-client bash"
|
||||
RDEPENDS_${PN} = "${PN}-client"
|
||||
RRECOMMENDS_${PN} = "kernel-module-nfsd"
|
||||
|
||||
inherit useradd
|
||||
|
||||
Reference in New Issue
Block a user