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>
This commit is contained in:
Wang Mingyu
2024-12-24 17:27:01 +08:00
committed by Khem Raj
parent 20e3072d96
commit 6b96d4062d
@@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
inherit autotools
SRCREV = "68aed9b0a20d3d1b5e1dc15e0f8aabba7e34735b"
SRCREV = "b0d936107edcefb519abbc9c363ca40daaac23b3"
SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \
file://0001-include-libgen.h-for-basename.patch"
S = "${WORKDIR}/git"