We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9953ca1 commit bb3d0a8Copy full SHA for bb3d0a8
meta-oe/recipes-devtools/uftrace/uftrace_0.14.bb renamed to meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb
@@ -1,4 +1,4 @@
1
-SUMMARY = "Trace and analyze execution of a program written in C/C++"
+SUMMARY = "Trace and analyze execution of a program written in C, C++, Rust and Python"
2
HOMEPAGE = "https://github.com/namhyung/uftrace"
3
BUGTRACKER = "https://github.com/namhyung/uftrace/issues"
4
SECTION = "devel"
@@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
10
11
inherit autotools
12
13
-SRCREV = "04d73dc31cafef4161321e3c2443a5490ef93018"
+SRCREV = "9d8657e90b918994d7d2bcf6dd2cc7354c35a1b4"
14
SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https"
15
S = "${WORKDIR}/git"
16
0 commit comments