diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-01-04 12:04:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:47 +0000 |
commit | 03630b5cc95e653d242b5b62ca3ee1b2d18a96d4 (patch) | |
tree | 44cb4ba5a8dd651f5a9f0d69a78434cb61e440d1 | |
parent | 74bd90dbd363c34ff2e7acfa5b2c9e5a58542091 (diff) | |
download | poky-03630b5cc95e653d242b5b62ca3ee1b2d18a96d4.tar.gz |
strace: upgrade 6.0 -> 6.1
(From OE-Core rev: e7b8bba9a88986fed1c4b1e5e5f674dabdbe87cd)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/strace/strace_6.1.bb (renamed from meta/recipes-devtools/strace/strace_6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_6.0.bb b/meta/recipes-devtools/strace/strace_6.1.bb index 7679235b01..ec5c10c80d 100644 --- a/meta/recipes-devtools/strace/strace_6.0.bb +++ b/meta/recipes-devtools/strace/strace_6.1.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] = "92d720a666855e9f1c6a11512fd6e99674a82bbfe1442557815f2ce8e1293338" | 19 | SRC_URI[sha256sum] = "2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd" |
20 | 20 | ||
21 | inherit autotools ptest | 21 | inherit autotools ptest |
22 | 22 | ||