Op 16 mei 2011, om 23:44 heeft Saul Wold het volgende geschreven: > 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'] > > [sgw: moved space to _append line] > Signed-off-by: Nitin A Kamble <[email protected]> > Signed-off-by: Saul Wold <[email protected]> > --- > 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 d5d8291..20e042b 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 = "\ > # rpcinfo can be useful but only with glibc images > GLIBC_DEPENDENCIES = "glibc-utils" > > -RRECOMMENDS_task-core-nfs-server_append_linux = "${GLIBC_DEPENDENCIES}" > -RRECOMMENDS_task-core-nfs-server_append_linux-gnueabi = > "${GLIBC_DEPENDENCIES}" > +RRECOMMENDS_task-core-nfs-server_append_linux = " ${GLIBC_DEPENDENCIES}" > +RRECOMMENDS_task-core-nfs-server_append_linux-gnueabi = " > ${GLIBC_DEPENDENCIES}"
As said in my other mail, those should use the libc-glibc overrides _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
