[oe-commits] Dexuan Cui : task-self-hosted: add nfs-utils and nfs-utils-client into the target

git at git.openembedded.org git at git.openembedded.org
Wed Mar 21 13:07:29 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 42fb0129c701c52df978430da3d237c924d1d5ee
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=42fb0129c701c52df978430da3d237c924d1d5ee

Author: Dexuan Cui <dexuan.cui at intel.com>
Date:   Mon Mar 19 11:13:54 2012 +0800

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.

Signed-off-by: Dexuan Cui <dexuan.cui at intel.com>

---

 meta/recipes-core/tasks/task-self-hosted.bb |    4 +++-
 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 586a461..d349078 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -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 \





More information about the Openembedded-commits mailing list