diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-10-31 14:53:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-04 13:31:27 +0000 |
commit | 02a5e0c5e88b929d41006e486be76ba709f5578d (patch) | |
tree | d94110a42e05ea64c8a475b86e7eb0af16a6f216 /meta/recipes-connectivity/nfs-utils | |
parent | 7dbd72a08a81436d9ddd168f44e5c13e28eaff99 (diff) | |
download | openembedded-core-contrib-02a5e0c5e88b929d41006e486be76ba709f5578d.tar.gz |
nfs-utils: do not depend on bash unnecessarily
Nothing in the target install actually needs it.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |