File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
meta-oe/recipes-devtools/uftrace Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 "
2
2
HOMEPAGE = "https://github.com/namhyung/uftrace"
3
3
BUGTRACKER = "https://github.com/namhyung/uftrace/issues"
4
4
SECTION = "devel"
@@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
10
10
11
11
inherit autotools
12
12
13
- SRCREV = "04d73dc31cafef4161321e3c2443a5490ef93018 "
13
+ SRCREV = "9d8657e90b918994d7d2bcf6dd2cc7354c35a1b4 "
14
14
SRC_URI = "git://github.com/namhyung/${BPN} ;branch=master;protocol=https"
15
15
S = "${WORKDIR} /git"
16
16
@@ -36,7 +36,7 @@ do_configure() {
36
36
FILES_SOLIBSDEV = ""
37
37
FILES :${PN} += "${libdir} /*.so"
38
38
39
- COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm)"
39
+ COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|riscv64 )"
40
40
41
41
# uftrace supports armv6 and above
42
42
COMPATIBLE_HOST :armv4 = 'null'
You can’t perform that action at this time.
0 commit comments