Adding Richard. Richard: did this patch not fix the problem for you ? .. it fixes it here, and should replace the patch that you made earlier today .. this may have slipped through the cracks.
I've never seen the perf slang failure, so I'm hesitant to take this patch, apply it and drop yours. Is there anyway that someone seeing this problem can test this patch ? Cheers, Bruce On Fri, Aug 3, 2012 at 11:43 AM, Liang Li <[email protected]> wrote: > Via EXTRA_CFLAGS, we can pass the sysroot include directory to perf to > provide slang.h rather than hardcoded host dir in perf's Makefile. > > Pass WERROR=0 to perf's Makefile to avoid warnings being treated > as errors. Warnings are not fatal, and while they will be fixed in the > future, there's no need for them to break the build. > > Signed-off-by: Liang Li <[email protected]> > --- > meta/recipes-kernel/perf/perf_3.4.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta/recipes-kernel/perf/perf_3.4.bb > b/meta/recipes-kernel/perf/perf_3.4.bb > index 505c7b8..537e926 100644 > --- a/meta/recipes-kernel/perf/perf_3.4.bb > +++ b/meta/recipes-kernel/perf/perf_3.4.bb > @@ -24,6 +24,7 @@ DEPENDS = "virtual/kernel \ > ${MLPREFIX}binutils \ > ${TUI_DEPENDS} \ > ${SCRIPTING_DEPENDS} \ > + slang \ > " > > SCRIPTING_RDEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl > perl-modules python', '',d)}" > @@ -63,6 +64,8 @@ EXTRA_OEMAKE = \ > AR="${AR}" \ > prefix=/usr \ > NO_GTK2=1 ${TUI_DEFINES} NO_DWARF=1 ${SCRIPTING_DEFINES} \ > + WERROR=0 \ > + EXTRA_CFLAGS=-I${STAGING_INCDIR} \ > ' > > do_compile() { > -- > 1.7.12.rc0.22.gcdd159b > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
