On Sat, 2011-05-14 at 18:32 -0700, Saul Wold wrote: > From: Nitin A Kamble <[email protected]> > > 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'] > > Signed-off-by: Nitin A Kamble <[email protected]> > --- > meta/recipes-core/tasks/task-core-nfs.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-core/tasks/task-core-nfs.bb > b/meta/recipes-core/tasks/task-core-nfs.bb > index d5d8291..087f4f0 100644 > --- a/meta/recipes-core/tasks/task-core-nfs.bb > +++ b/meta/recipes-core/tasks/task-core-nfs.bb > @@ -20,7 +20,7 @@ RDEPENDS_task-core-nfs-server = "\ > nfs-utils" > > # rpcinfo can be useful but only with glibc images > -GLIBC_DEPENDENCIES = "glibc-utils" > +GLIBC_DEPENDENCIES = " glibc-utils" > > RRECOMMENDS_task-core-nfs-server_append_linux = "${GLIBC_DEPENDENCIES}" > RRECOMMENDS_task-core-nfs-server_append_linux-gnueabi = > "${GLIBC_DEPENDENCIES}"
This is the wrong place to be adding the space. The space issue is coming from the _append in the lines below and the space should therefore be added there to make it clear why its there. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
