From e914c03964c540493523b18660f8a4eaeec78e3d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 28 Feb 2019 19:21:11 -0800 Subject: perf: Set libunwind dir explicitly to point into staging sysroot This helps it find the unwind library in sysroot always and not look around and confuse with host Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- 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 += "\ -- cgit 1.2.3-korg