From: Alexander Kanavin Date: Thu, 31 Oct 2019 13:53:04 +0000 (+0100) Subject: nfs-utils: do not depend on bash unnecessarily X-Git-Tag: uninative-2.8~1191 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=02a5e0c5e88b929d41006e486be76ba709f5578d;p=openembedded-core.git nfs-utils: do not depend on bash unnecessarily Nothing in the target install actually needs it. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb index 7e80354e4e..eb32bccb57 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb @@ -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