Openembedded Core Discussions
 help / color / mirror / Atom feed
* [daisy][PATCH 1/2] perf: explicitly disable libunwind
@ 2014-08-10  9:38 Martin Jansa
  2014-08-10  9:38 ` [daisy][PATCH 2/2] perf: fix indentation Martin Jansa
  2014-08-11  2:47 ` [daisy][PATCH 1/2] perf: explicitly disable libunwind akuster
  0 siblings, 2 replies; 5+ messages in thread
From: Martin Jansa @ 2014-08-10  9:38 UTC (permalink / raw)
  To: openembedded-core

* it's not included in DEPENDS and it's detected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@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 += "\
-- 
2.0.4



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

end of thread, other threads:[~2014-08-11 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10  9:38 [daisy][PATCH 1/2] perf: explicitly disable libunwind Martin Jansa
2014-08-10  9:38 ` [daisy][PATCH 2/2] perf: fix indentation Martin Jansa
2014-08-11 10:03   ` Richard Purdie
2014-08-11 10:21     ` Martin Jansa
2014-08-11  2:47 ` [daisy][PATCH 1/2] perf: explicitly disable libunwind akuster

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