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

git at git.openembedded.org git at git.openembedded.org
Mon Aug 11 10:27:47 UTC 2014


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sun Aug 10 11:38:54 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: 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 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-commits mailing list