Skip to content

Commit

Permalink
uftrace: upgrade 0.14 -> 0.15.2
Browse files Browse the repository at this point in the history
Updates for the latest version of uftrace release
  • Loading branch information
paranlee committed Jan 27, 2024
1 parent 9953ca1 commit 89600b0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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"
HOMEPAGE = "https:/namhyung/uftrace"
BUGTRACKER = "https:/namhyung/uftrace/issues"
SECTION = "devel"
Expand All @@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone"

inherit autotools

SRCREV = "04d73dc31cafef4161321e3c2443a5490ef93018"
SRCREV = "9d8657e90b918994d7d2bcf6dd2cc7354c35a1b4"
SRC_URI = "git:/namhyung/${BPN};branch=master;protocol=https"
S = "${WORKDIR}/git"

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

COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm)"
COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|riscv64)"

# uftrace supports armv6 and above
COMPATIBLE_HOST:armv4 = 'null'
Expand Down

0 comments on commit 89600b0

Please sign in to comment.