From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 4/5] perf: Set libunwind dir explicitly to point into staging sysroot
Date: Thu, 28 Feb 2019 19:21:11 -0800 [thread overview]
Message-ID: <20190301032112.38191-4-raj.khem@gmail.com> (raw)
In-Reply-To: <20190301032112.38191-1-raj.khem@gmail.com>
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>
---
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
next prev parent reply other threads:[~2019-03-01 3:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-01 3:21 [PATCH V3 1/5] bitbake.conf: Use -Og in DEBUG_OPTIMIZATION Khem Raj
2019-03-01 3:21 ` [PATCH V2 2/5] glibc: Disable Werror when building with debug options Khem Raj
2019-03-01 3:21 ` [PATCH 3/5] bitbake.conf: Drop -fno-omit-frame-pointer Khem Raj
2019-03-01 3:21 ` Khem Raj [this message]
2019-03-01 3:21 ` [PATCH 5/5] musl: Fix out of bounds data access in dlopen Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190301032112.38191-4-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox