summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-08-19 09:27:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-21 22:51:42 +0100
commitaec2c0f364cbc23d80ddfef99d07c4e268e7791c (patch)
tree0d2ae28b1d141842880c54d8eafe8818fbf64c86 /meta/recipes-devtools
parent4e5b0dbea8ec018ad9e23bffb59940174d00a900 (diff)
downloadpoky-aec2c0f364cbc23d80ddfef99d07c4e268e7791c.tar.gz
strace: upgrade 5.18 -> 5.19
(From OE-Core rev: cc4e131118f4538a96de7b21edec06c692ac7a7f) 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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/strace/strace_5.19.bb (renamed from meta/recipes-devtools/strace/strace_5.18.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_5.18.bb b/meta/recipes-devtools/strace/strace_5.19.bb
index 75ff58bd50..5e69cfd5f9 100644
--- a/meta/recipes-devtools/strace/strace_5.18.bb
+++ b/meta/recipes-devtools/strace/strace_5.19.bb
@@ -14,7 +14,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
14 file://0001-strace-fix-reproducibilty-issues.patch \ 14 file://0001-strace-fix-reproducibilty-issues.patch \
15 file://skip-load.patch \ 15 file://skip-load.patch \
16 " 16 "
17SRC_URI[sha256sum] = "60293ea79ac9253d600cdc9be077ad2988ca22284a439c9e66be5150db3d1187" 17SRC_URI[sha256sum] = "aa3dc1c8e60e4f6ff3d396514aa247f3c7bf719d8a8dc4dd4fa793be786beca3"
18 18
19inherit autotools ptest 19inherit autotools ptest
20 20