diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-02 10:48:29 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-02 07:32:54 -0700 |
| commit | 86a78344c85659d1d603a637f32c2cd5cffab479 (patch) | |
| tree | 2077086fa9319d0e256f94ce808b0570a9cbb027 | |
| parent | 3142a9ca94fca2ab8c36ac5f6b7fe435cfb9a5ef (diff) | |
| download | meta-openembedded-86a78344c85659d1d603a637f32c2cd5cffab479.tar.gz | |
uftrace: upgrade 0.15.2 -> 0.16
Changelog:
==========
- build: Add -mno-sse to fix i386 build
- build: Fix build failure on RHEL 7
- mcount: Fix a compiler warning on PAGE_SIZE
- fix: #1858 by changing the wrong logic in update_dbg_info
- ci: Fix ci warning on GitHub Acitons
- slide: Add tensorflow and keras tracing example
- python: Fix GC isn't working correctly.
- replay: Support a new argument format for octal values
- build: Fix compiler warnings
- Fix Python SyntaxWarning on invalid escape sequence in the tests scripts
- utils: Lower the debug level after dwfl_module_getdwarf
- wrap: Do not print "dlopen is called for '(null)'"
- Support standard deviation(STDDEV) in report output
- dwarf: Close file descriptors in setup_dwarf_info()
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.16.bb (renamed from meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.16.bb index 60436025a3..320b5a88a6 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.16.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone" | |||
| 10 | 10 | ||
| 11 | inherit autotools | 11 | inherit autotools |
| 12 | 12 | ||
| 13 | SRCREV = "9d8657e90b918994d7d2bcf6dd2cc7354c35a1b4" | 13 | SRCREV = "68aed9b0a20d3d1b5e1dc15e0f8aabba7e34735b" |
| 14 | SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ | 14 | SRC_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" |
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
