[oe-commits] Martin Jansa : perf: explicitly disable libunwind

git at git.openembedded.org git at git.openembedded.org
Mon Aug 11 09:56:33 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: c714ab3cf7b96e1ae25489478135924d410fcb53
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c714ab3cf7b96e1ae25489478135924d410fcb53

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Tue Aug  5 13:19:39 2014 +0200

perf: explicitly disable libunwind

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

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 222ae83..ea8599a 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-commits mailing list