summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-07-16 14:41:02 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-16 08:52:07 -0700
commitc7e2e1e3ecbe6c3aa56ae55cad9fd49690b2c438 (patch)
tree17fd34d716695f9d6033d1e438db93132273b996
parent45d35472db9be2577e09c56e389b67cc57eec730 (diff)
downloadmeta-openembedded-c7e2e1e3ecbe6c3aa56ae55cad9fd49690b2c438.tar.gz
uftrace: upgrade 0.17 -> 0.18
Changelog: =========== - symbol: Fix uninitialized 'sec_iter' in the 'arch_load_dynsymtab_noplt' - graph: -f total-avg,self-avg,total-max,total-min,self-max,self-min in tui,cmds - test: exclude system_initialize_function in t295 and t296 using filter option - record: Add shmem directory to exec permission - misc: Support Rocky Linux 9 in install-deps parts - tests: Fix s-thread.c and s-exp-mixed.c tests from clang Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/uftrace/uftrace_0.18.bb (renamed from meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.18.bb
index 776bb014f4..f82dc17071 100644
--- a/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb
+++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.18.bb
@@ -10,8 +10,8 @@ DEPENDS:append:libc-musl = " argp-standalone"
10 10
11inherit autotools 11inherit autotools
12 12
13SRCREV = "b0d936107edcefb519abbc9c363ca40daaac23b3" 13SRCREV = "8ccd4f627569b0af122c8d1df98dc6813ab97a40"
14SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ 14SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https;tag=v${PV} \
15 file://0001-include-libgen.h-for-basename.patch" 15 file://0001-include-libgen.h-for-basename.patch"
16 16
17LDFLAGS:append:libc-musl = " -largp" 17LDFLAGS:append:libc-musl = " -largp"