diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-02-28 19:21:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-01 07:15:33 +0000 |
commit | e914c03964c540493523b18660f8a4eaeec78e3d (patch) | |
tree | 69e927006b0449399848c0ff049eb3a789e4d3e2 /meta/recipes-kernel/perf | |
parent | e9a6f67e12864d59bb9178e87635eed2d2785a2a (diff) | |
download | openembedded-core-contrib-e914c03964c540493523b18660f8a4eaeec78e3d.tar.gz |
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 515a78b859d..91207668581 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 += "\ |