diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-13 10:27:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 15:14:41 +0100 |
commit | eb01cda7fbb6d0ea5b69a51103177d23b8aa7cde (patch) | |
tree | 4e04eed0501a275017992f9a10348fc956d0e5f3 /meta/recipes-core | |
parent | 5251d9d9a5644aa463a9e40c6291562a44ca0c82 (diff) | |
download | poky-eb01cda7fbb6d0ea5b69a51103177d23b8aa7cde.tar.gz |
task-core-nfs: fix a bitbake error
THis fixes following issue:
NOTE: Runtime target 'glibc-utilsglibc-utils' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['glibc-utilsglibc-utils']
NOTE: Runtime target 'task-core-nfs-server' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['task-core-nfs-server', 'glibc-utilsglibc-utils']
[sgw: moved space to _append line]
(From OE-Core rev: 6d228dea55804538e3d2737326b99e145c6ff055)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Saul Wold <sgw@linux.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-core-nfs.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/tasks/task-core-nfs.bb b/meta/recipes-core/tasks/task-core-nfs.bb index d5d8291f76..20e042bd20 100644 --- a/meta/recipes-core/tasks/task-core-nfs.bb +++ b/meta/recipes-core/tasks/task-core-nfs.bb | |||
@@ -22,5 +22,5 @@ RDEPENDS_task-core-nfs-server = "\ | |||
22 | # rpcinfo can be useful but only with glibc images | 22 | # rpcinfo can be useful but only with glibc images |
23 | GLIBC_DEPENDENCIES = "glibc-utils" | 23 | GLIBC_DEPENDENCIES = "glibc-utils" |
24 | 24 | ||
25 | RRECOMMENDS_task-core-nfs-server_append_linux = "${GLIBC_DEPENDENCIES}" | 25 | RRECOMMENDS_task-core-nfs-server_append_linux = " ${GLIBC_DEPENDENCIES}" |
26 | RRECOMMENDS_task-core-nfs-server_append_linux-gnueabi = "${GLIBC_DEPENDENCIES}" | 26 | RRECOMMENDS_task-core-nfs-server_append_linux-gnueabi = " ${GLIBC_DEPENDENCIES}" |