diff options
| -rw-r--r-- | meta/recipes-core/tasks/task-core-nfs.bb | 6 |
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" | |||
| 6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
| 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 9 | PR = "r0" | 9 | PR = "r1" |
| 10 | 10 | ||
| 11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
| 12 | task-core-nfs-server \ | 12 | task-core-nfs-server \ |
| @@ -17,7 +17,9 @@ PACKAGES = "\ | |||
| 17 | ALLOW_EMPTY = "1" | 17 | ALLOW_EMPTY = "1" |
| 18 | 18 | ||
| 19 | RDEPENDS_task-core-nfs-server = "\ | 19 | RDEPENDS_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 |
| 23 | GLIBC_DEPENDENCIES = "glibc-utils" | 25 | GLIBC_DEPENDENCIES = "glibc-utils" |
