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: lucaceresoli/bug-15201-perf-libtraceevent-missing~12861 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a5e0c5e88b929d41006e486be76ba709f5578d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 7e80354e4e7..eb32bccb57c 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