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-02 16:49:07 +0000 |
commit | 744ce04ddd6cd0b8496cc2261ac4288ec5ff4108 (patch) | |
tree | c7e7e7f4b7e763a30983ed87b159ce029fc7dc36 /meta/recipes-kernel/perf/perf.bb | |
parent | fc99c59d822f5104d0c81561f6c5562cf379ff36 (diff) | |
download | poky-744ce04ddd6cd0b8496cc2261ac4288ec5ff4108.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
(From OE-Core rev: e914c03964c540493523b18660f8a4eaeec78e3d)
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/perf.bb')
-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 515a78b859..9120766858 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -80,6 +80,7 @@ EXTRA_OEMAKE = '\ | |||
80 | NO_GTK2=1 \ | 80 | NO_GTK2=1 \ |
81 | ${PACKAGECONFIG_CONFARGS} \ | 81 | ${PACKAGECONFIG_CONFARGS} \ |
82 | TMPDIR="${B}" \ | 82 | TMPDIR="${B}" \ |
83 | LIBUNWIND_DIR=${STAGING_EXECPREFIXDIR} \ | ||
83 | ' | 84 | ' |
84 | 85 | ||
85 | EXTRA_OEMAKE += "\ | 86 | EXTRA_OEMAKE += "\ |