summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2012-03-19 11:13:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 15:33:04 +0000
commitba4e37ae0cffb24c43ba127fafeb43e21364cbf0 (patch)
treef8f16acb4c9467aba635d67edf8396d9b4d94b6b /meta/recipes-core
parent24703f8448bd0a13c598c052f886ddfb1049d507 (diff)
downloadpoky-ba4e37ae0cffb24c43ba127fafeb43e21364cbf0.tar.gz
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/tasks/task-self-hosted.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index 586a461aa1..d34907811c 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -3,7 +3,7 @@
3# 3#
4 4
5DESCRIPTION = "Create Basic Image Tasks" 5DESCRIPTION = "Create Basic Image Tasks"
6PR = "r6" 6PR = "r7"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
9 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 9 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -123,6 +123,8 @@ RDEPENDS_task-self-hosted-extended = "\
123 mtools \ 123 mtools \
124 ncurses \ 124 ncurses \
125 neon \ 125 neon \
126 nfs-utils \
127 nfs-utils-client \
126 openssl \ 128 openssl \
127 opkg \ 129 opkg \
128 opkg-utils \ 130 opkg-utils \