Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] updated bibake error fix
@ 2011-05-16 21:50 Nitin A Kamble
  2011-05-16 21:50 ` [PATCH 1/1] task-core-nfs: fix a bitbake error Nitin A Kamble
  0 siblings, 1 reply; 3+ messages in thread
From: Nitin A Kamble @ 2011-05-16 21:50 UTC (permalink / raw)
  To: poky, openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

This commit is updated as per Richard's feedback.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: nitin/misc
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc

Thanks,
    Nitin A Kamble <nitin.a.kamble@intel.com>
---


Nitin A Kamble (1):
  task-core-nfs: fix a bitbake error

 meta/recipes-core/tasks/task-core-nfs.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] task-core-nfs: fix a bitbake error
  2011-05-16 21:50 [PATCH 0/1] updated bibake error fix Nitin A Kamble
@ 2011-05-16 21:50 ` Nitin A Kamble
  2011-05-16 21:56   ` [poky] " Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Nitin A Kamble @ 2011-05-16 21:50 UTC (permalink / raw)
  To: poky, openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

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 <nitin.a.kamble@intel.com>
---
 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}"
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [poky] [PATCH 1/1] task-core-nfs: fix a bitbake error
  2011-05-16 21:50 ` [PATCH 1/1] task-core-nfs: fix a bitbake error Nitin A Kamble
@ 2011-05-16 21:56   ` Koen Kooi
  0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-05-16 21:56 UTC (permalink / raw)
  To: Nitin A Kamble; +Cc: Patches and discussions about the oe-core layer


Op 16 mei 2011, om 23:50 heeft Nitin A Kamble het volgende geschreven:

> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> 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 <nitin.a.kamble@intel.com>
> ---
> 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}"

Those should use the libc-glibc overrides, otherwise you'll break on ppc+spe builds


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-16 21:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-16 21:50 [PATCH 0/1] updated bibake error fix Nitin A Kamble
2011-05-16 21:50 ` [PATCH 1/1] task-core-nfs: fix a bitbake error Nitin A Kamble
2011-05-16 21:56   ` [poky] " Koen Kooi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox