task-self-hosted: add nfs-utils and nfs-utils-client into the target

Without this, in the target, we don't have the mount.nfs utility.

(From OE-Core rev: 42fb0129c701c52df978430da3d237c924d1d5ee)

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dexuan Cui 2012-03-19 11:13:54 +08:00 committed by Richard Purdie
parent 24703f8448
commit ba4e37ae0c
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
DESCRIPTION = "Create Basic Image Tasks"
PR = "r6"
PR = "r7"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@ -123,6 +123,8 @@ RDEPENDS_task-self-hosted-extended = "\
mtools \
ncurses \
neon \
nfs-utils \
nfs-utils-client \
openssl \
opkg \
opkg-utils \