[oe-commits] [openembedded-core] 08/09: perf: Set libunwind dir explicitly to point into staging sysroot

git at git.openembedded.org git at git.openembedded.org
Fri Mar 1 07:16:07 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e914c03964c540493523b18660f8a4eaeec78e3d
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Feb 28 19:21:11 2019 -0800

    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 <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 515a78b..9120766 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 += "\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list