Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] uftrace: Upgrade to 0.8.3
@ 2018-09-06 21:16 Khem Raj
  2018-09-06 21:16 ` [meta-oe][PATCH 2/3] rtorrent: Upgrade to 0.9.7 release point Khem Raj
  2018-09-06 21:16 ` [meta-oe][PATCH V2 3/3] opensc: Upgrade to 0.18.0 Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2018-09-06 21:16 UTC (permalink / raw)
  To: openembedded-devel

* Deliberately provide a non existing path to with_elfutils so it does
  not copy libelf.so into its staged install and become a provider for
  that library while elfutils should be the legit provider and this
  package should just list it in its rdeps

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../uftrace/{uftrace_0.8.bb => uftrace_0.8.3.bb}          | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/uftrace/{uftrace_0.8.bb => uftrace_0.8.3.bb} (76%)

diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.8.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb
similarity index 76%
rename from meta-oe/recipes-devtools/uftrace/uftrace_0.8.bb
rename to meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb
index 82b179521c..a489f4a5d5 100644
--- a/meta-oe/recipes-devtools/uftrace/uftrace_0.8.bb
+++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb
@@ -10,15 +10,17 @@ DEPENDS_append_libc-musl = " argp-standalone"
 
 inherit autotools
 
-SRCREV = "5af9ff9fa89c340617e52c8ed05798b352a7145c"
+# v0.8.3
+SRCREV = "8b723a6fae2ef30495cd6279774fba9c95cd9c88"
 SRC_URI = "git://github.com/namhyung/${BPN}"
 S = "${WORKDIR}/git"
 
 LDFLAGS_append_libc-musl = " -largp"
-EXTRA_OECONF = "ARCH=${TARGET_ARCH}"
+EXTRA_UFTRACE_OECONF = "ARCH=${TARGET_ARCH} \
+                        with_elfutils=/use/libelf/from/sysroot"
 
 do_configure() {
-    ${S}/configure ${EXTRA_OECONF}
+    ${S}/configure ${EXTRA_UFTRACE_OECONF}
 }
 
 FILES_SOLIBSDEV = ""
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-06 21:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-06 21:16 [meta-oe][PATCH 1/3] uftrace: Upgrade to 0.8.3 Khem Raj
2018-09-06 21:16 ` [meta-oe][PATCH 2/3] rtorrent: Upgrade to 0.9.7 release point Khem Raj
2018-09-06 21:16 ` [meta-oe][PATCH V2 3/3] opensc: Upgrade to 0.18.0 Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox