Skip to content

Commit 89600b0

Browse files
committed
uftrace: upgrade 0.14 -> 0.15.2
Updates for the latest version of uftrace release
1 parent 9953ca1 commit 89600b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meta-oe/recipes-devtools/uftrace/uftrace_0.14.bb renamed to meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUMMARY = "Trace and analyze execution of a program written in C/C++"
1+
SUMMARY = "Trace and analyze execution of a program written in C, C++, Rust and Python"
22
HOMEPAGE = "https://github.com/namhyung/uftrace"
33
BUGTRACKER = "https://github.com/namhyung/uftrace/issues"
44
SECTION = "devel"
@@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
1010

1111
inherit autotools
1212

13-
SRCREV = "04d73dc31cafef4161321e3c2443a5490ef93018"
13+
SRCREV = "9d8657e90b918994d7d2bcf6dd2cc7354c35a1b4"
1414
SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https"
1515
S = "${WORKDIR}/git"
1616

@@ -36,7 +36,7 @@ do_configure() {
3636
FILES_SOLIBSDEV = ""
3737
FILES:${PN} += "${libdir}/*.so"
3838

39-
COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm)"
39+
COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|riscv64)"
4040

4141
# uftrace supports armv6 and above
4242
COMPATIBLE_HOST:armv4 = 'null'

0 commit comments

Comments
 (0)