summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r--meta/recipes-core/tasks/task-core-nfs.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/tasks/task-core-nfs.bb b/meta/recipes-core/tasks/task-core-nfs.bb
index 5859fad071..5c7f45562a 100644
--- a/meta/recipes-core/tasks/task-core-nfs.bb
+++ b/meta/recipes-core/tasks/task-core-nfs.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "NFS tasks for Poky"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r0" 9PR = "r1"
10 10
11PACKAGES = "\ 11PACKAGES = "\
12 task-core-nfs-server \ 12 task-core-nfs-server \
@@ -17,7 +17,9 @@ PACKAGES = "\
17ALLOW_EMPTY = "1" 17ALLOW_EMPTY = "1"
18 18
19RDEPENDS_task-core-nfs-server = "\ 19RDEPENDS_task-core-nfs-server = "\
20 nfs-utils" 20 nfs-utils \
21 nfs-utils-client \
22 "
21 23
22# rpcinfo can be useful but only with glibc images 24# rpcinfo can be useful but only with glibc images
23GLIBC_DEPENDENCIES = "glibc-utils" 25GLIBC_DEPENDENCIES = "glibc-utils"