Skip to content

Commit bb3d0a8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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: 2 additions & 2 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

0 commit comments

Comments
 (0)