mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
uftrace: Upgrade to 0.15.2
Added RISCV64 support Release Notes [1] [1] https://github.com/namhyung/uftrace/releases/tag/v0.15.2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
|
||||
|
||||
inherit autotools
|
||||
|
||||
SRCREV = "04d73dc31cafef4161321e3c2443a5490ef93018"
|
||||
SRCREV = "9d8657e90b918994d7d2bcf6dd2cc7354c35a1b4"
|
||||
SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user