diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-03 17:00:06 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-04 13:39:46 -0700 |
commit | d250a0dc0245069a5f8dccba1da4a4b1643f7df1 (patch) | |
tree | 199170d07292015e13dff727c9254986cdc8afd3 | |
parent | 15b2d49d34327116b4d541e0f2f5c559d15f920a (diff) | |
download | meta-openembedded-d250a0dc0245069a5f8dccba1da4a4b1643f7df1.tar.gz |
libtraceevent: upgrade 1.7.1 -> 1.7.2
Changelog:
==========
- Fix big-endian build breakage in unit tests
- Fix double free in process_sizeof() function
- Cleaned up process_sizeof() function as well
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-kernel/libtraceevent/libtraceevent_1.7.2.bb (renamed from meta-oe/recipes-kernel/libtraceevent/libtraceevent_1.7.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/libtraceevent/libtraceevent_1.7.1.bb b/meta-oe/recipes-kernel/libtraceevent/libtraceevent_1.7.2.bb index f876f7534..089b6814c 100644 --- a/meta-oe/recipes-kernel/libtraceevent/libtraceevent_1.7.1.bb +++ b/meta-oe/recipes-kernel/libtraceevent/libtraceevent_1.7.2.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 | |||
8 | file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" | 8 | file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | 10 | ||
11 | SRCREV = "4e51588b1f4d6617df7e39a38acc0d0daa3d8a3f" | 11 | SRCREV = "1c6f0f3b2bb47571fc455dc565dc343152517d98" |
12 | SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https \ | 12 | SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https \ |
13 | file://0001-makefile-Do-not-preserve-ownership-in-cp-command.patch" | 13 | file://0001-makefile-Do-not-preserve-ownership-in-cp-command.patch" |
14 | 14 | ||