Re: [OE-core] [PATCH 46/46] linux-tools.inc: Dummify do_compile_perf and do_install_perf for uclibc

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:30 -0700, Khem Raj wrote: > Perf wants elfutils and elfutils on uclibc does not work due to > its usage of obstack_printf functionality missing from uclibc. > > Signed-off-by: Khem Raj > --- > meta/recipes-kernel/linux/linux-tools.inc | 12 > 1 files chang

Re: [OE-core] [PATCH 46/46] linux-tools.inc: Dummify do_compile_perf and do_install_perf for uclibc

2011-04-03 Thread Khem Raj
On Thu, Mar 31, 2011 at 9:30 PM, Khem Raj wrote: > Perf wants elfutils and elfutils on uclibc does not work due to > its usage of obstack_printf functionality missing from uclibc. > this patch does not work well yet but is independent of other patches in series. This problem needs to be sorted di

[OE-core] [PATCH 46/46] linux-tools.inc: Dummify do_compile_perf and do_install_perf for uclibc

2011-03-31 Thread Khem Raj
Perf wants elfutils and elfutils on uclibc does not work due to its usage of obstack_printf functionality missing from uclibc. Signed-off-by: Khem Raj --- meta/recipes-kernel/linux/linux-tools.inc | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/meta/recipes-ke