[OE-core] [daisy][PATCH 1/2] perf: explicitly disable libunwind

akuster akuster at mvista.com
Mon Aug 11 02:47:11 UTC 2014



On 08/10/2014 02:38 AM, Martin Jansa wrote:
> * it's not included in DEPENDS and it's detected from sysroot
>
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

Acked-by: Armin Kuster <akuster808 at gmail.com>

> ---
>   meta/recipes-kernel/perf/perf.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
> index 20968f9..9776943 100644
> --- a/meta/recipes-kernel/perf/perf.bb
> +++ b/meta/recipes-kernel/perf/perf.bb
> @@ -76,7 +76,7 @@ EXTRA_OEMAKE = \
>   		CC="${CC}" \
>   		AR="${AR}" \
>   		perfexecdir=${libexecdir} \
> -		NO_GTK2=1 ${TUI_DEFINES} NO_DWARF=1 ${SCRIPTING_DEFINES} \
> +		NO_GTK2=1 ${TUI_DEFINES} NO_DWARF=1 NO_LIBUNWIND=1 ${SCRIPTING_DEFINES} \
>   		'
>
>   EXTRA_OEMAKE += "\
>



More information about the Openembedded-core mailing list