diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-14 11:29:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-15 21:25:42 +0100 |
commit | 3da65f786c0a370ead26022e9cf716c1b18bd5cb (patch) | |
tree | f1d23f9646566f2a95c808ae4dcc913422664c8a /meta/recipes-devtools/strace | |
parent | 7a9f66121f63c2c9698898ce3a64926c48efa81a (diff) | |
download | poky-3da65f786c0a370ead26022e9cf716c1b18bd5cb.tar.gz |
strace: upgrade 6.2 -> 6.3
(From OE-Core rev: 60cd219affa334f578aed562857a453380aed7c6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
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.3.bb (renamed from meta/recipes-devtools/strace/strace_6.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_6.2.bb b/meta/recipes-devtools/strace/strace_6.3.bb index dc01b57d80..ae61471672 100644 --- a/meta/recipes-devtools/strace/strace_6.2.bb +++ b/meta/recipes-devtools/strace/strace_6.3.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] = "0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8" | 19 | SRC_URI[sha256sum] = "e17878e301506c1cc301611118ad14efee7f8bcef63b27ace5d290acce7bb731" |
20 | 20 | ||
21 | inherit autotools ptest | 21 | inherit autotools ptest |
22 | 22 | ||