summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-24 17:27:01 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-24 08:23:09 -0800
commit6b96d4062d84baec54269c4ab4af4dc144c5dd27 (patch)
tree4e84af37b768992b4b61a2a9a96e0fd9417c710f
parent20e3072d9643b6de5c1d84494a3a1cfb42cce8ba (diff)
downloadmeta-openembedded-6b96d4062d84baec54269c4ab4af4dc144c5dd27.tar.gz
uftrace: upgrade 0.16 -> 0.17
Changelog: =========== * New features Support watchpoint for global variables Show man pages for the given command Add utc_offset in the header info * Bug fixes Show arguments in libraries from dlopen Save debug info for libraries from dlopen Protect FD of communication channel from being closed 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.17.bb (renamed from meta-oe/recipes-devtools/uftrace/uftrace_0.16.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.16.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb
index 320b5a88a..8fecadb22 100644
--- a/meta-oe/recipes-devtools/uftrace/uftrace_0.16.bb
+++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb
@@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
10 10
11inherit autotools 11inherit autotools
12 12
13SRCREV = "68aed9b0a20d3d1b5e1dc15e0f8aabba7e34735b" 13SRCREV = "b0d936107edcefb519abbc9c363ca40daaac23b3"
14SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ 14SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \
15 file://0001-include-libgen.h-for-basename.patch" 15 file://0001-include-libgen.h-for-basename.patch"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"