diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-05 16:07:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-06 09:52:16 +0000 |
commit | 47040ed6d1e56964c44fdc47679ce86325fd903d (patch) | |
tree | 86fb9cccca997ed7c62d723d1d64b3fe749cbab0 /meta/recipes-devtools/strace | |
parent | ee4efecff312aa6bb093098aa1182eae63174c29 (diff) | |
download | poky-47040ed6d1e56964c44fdc47679ce86325fd903d.tar.gz |
strace: upgrade 6.1 -> 6.2
* Improvements
* Implemented collision resolution for overlapping ioctl commands
from tty and snd subsystems.
* Implemented decoding of IFLA_BRPORT_MAB and IFLA_DEVLINK_PORT
netlink attributes.
* Updated lists of ALG_*, BPF_*, IFLA_*, KEY_*, KVM_*, LANDLOCK_*,
MEMBARRIER_*, NFT_*, NTF_*, and V4L2_* constants.
* Updated lists of ioctl commands from Linux 6.2.
* Bug fixes
* Fixed build on alpha architecture.
(From OE-Core rev: 8ac5e04364ae00061617a327a1298f24e5213bf2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace')
-rw-r--r-- | meta/recipes-devtools/strace/strace_6.2.bb (renamed from meta/recipes-devtools/strace/strace_6.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_6.1.bb b/meta/recipes-devtools/strace/strace_6.2.bb index ec5c10c80d..dc01b57d80 100644 --- a/meta/recipes-devtools/strace/strace_6.1.bb +++ b/meta/recipes-devtools/strace/strace_6.2.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ | |||
16 | file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \ | 16 | file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \ |
17 | file://0002-tests-Replace-off64_t-with-off_t.patch \ | 17 | file://0002-tests-Replace-off64_t-with-off_t.patch \ |
18 | " | 18 | " |
19 | SRC_URI[sha256sum] = "2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd" | 19 | SRC_URI[sha256sum] = "0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8" |
20 | 20 | ||
21 | inherit autotools ptest | 21 | inherit autotools ptest |
22 | 22 | ||