diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-07 15:54:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-08 22:47:16 +0000 |
commit | 18e87916c601e9b99c86864b9442ace46f37a560 (patch) | |
tree | c72ff610ce6705a62b7d4184bd05b333c382a147 | |
parent | 669cc26c4cbeeadc6b780f7d34e03f5c6c15be7a (diff) | |
download | poky-18e87916c601e9b99c86864b9442ace46f37a560.tar.gz |
strace: upgrade 5.19 -> 6.0
(From OE-Core rev: e5f2e1dc28c399a7ce88c0db685b00d07908afd9)
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.0.bb (renamed from meta/recipes-devtools/strace/strace_5.19.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_5.19.bb b/meta/recipes-devtools/strace/strace_6.0.bb index 5e69cfd5f9..4fa3589d15 100644 --- a/meta/recipes-devtools/strace/strace_5.19.bb +++ b/meta/recipes-devtools/strace/strace_6.0.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 | " |
17 | SRC_URI[sha256sum] = "aa3dc1c8e60e4f6ff3d396514aa247f3c7bf719d8a8dc4dd4fa793be786beca3" | 17 | SRC_URI[sha256sum] = "92d720a666855e9f1c6a11512fd6e99674a82bbfe1442557815f2ce8e1293338" |
18 | 18 | ||
19 | inherit autotools ptest | 19 | inherit autotools ptest |
20 | 20 | ||