[OE-core] [PATCH 4/5] perf: Set libunwind dir explicitly to point into staging sysroot

Khem Raj raj.khem at gmail.com
Fri Mar 1 03:21:11 UTC 2019


This helps it find the unwind library in sysroot always and not
look around and confuse with host

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-kernel/perf/perf.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 515a78b859..9120766858 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -80,6 +80,7 @@ EXTRA_OEMAKE = '\
     NO_GTK2=1 \
     ${PACKAGECONFIG_CONFARGS} \
     TMPDIR="${B}" \
+    LIBUNWIND_DIR=${STAGING_EXECPREFIXDIR} \
 '
 
 EXTRA_OEMAKE += "\
-- 
2.21.0



More information about the Openembedded-core mailing list