浏览代码

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>
Wang Mingyu 5 月之前
父节点
当前提交
6b96d4062d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb

+ 1 - 1
meta-oe/recipes-devtools/uftrace/uftrace_0.16.bb → meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb

@@ -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"