All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-tools: multilib compilation fix
@ 2012-06-20  8:25 Bogdan Marinescu
  2012-06-21 12:29 ` Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: Bogdan Marinescu @ 2012-06-20  8:25 UTC (permalink / raw)
  To: openembedded-core

This patch makes linux-tools compile properly on multilib configurations
(which failed because of some invalid dependencies). Tested by compiling
lib32-core-image-sato-sdk.

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
---
 meta/recipes-kernel/linux/linux-tools.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-tools.inc b/meta/recipes-kernel/linux/linux-tools.inc
index 3b03c05..048608c 100644
--- a/meta/recipes-kernel/linux/linux-tools.inc
+++ b/meta/recipes-kernel/linux/linux-tools.inc
@@ -34,7 +34,7 @@ do_install_perf[umask] = "022"
 
 PERFDEPENDS = "virtual/${MLPREFIX}libc:do_populate_sysroot ${MLPREFIX}elfutils:do_populate_sysroot ${MLPREFIX}binutils:do_populate_sysroot"
 PERFDEPENDS_libc-uclibc = ""
-PERFRDEPENDS = "python perl elfutils"
+PERFRDEPENDS = "${MLPREFIX}python ${MLPREFIX}perl ${MLPREFIX}elfutils"
 PERFRDEPENDS_libc-uclibc = ""
 
 do_compile_perf[depends] = "${PERFDEPENDS}"
-- 
1.7.9.5




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

end of thread, other threads:[~2012-06-21 15:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20  8:25 [PATCH] linux-tools: multilib compilation fix Bogdan Marinescu
2012-06-21 12:29 ` Richard Purdie
2012-06-21 12:32   ` Marinescu, Bogdan A
2012-06-21 12:33     ` Bruce Ashfield
2012-06-21 12:39       ` Richard Purdie
2012-06-21 12:42         ` Bruce Ashfield
2012-06-21 14:59           ` Marinescu, Bogdan A

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.