[PATCH] strace: Upgrade to 5.12
From: Khem Raj <hidden>
Date: 2021-05-04 23:49:29
Subsystem:
the rest · Maintainer:
Linus Torvalds
Changes are here [1] [1] https://github.com/strace/strace/releases/tag/v5.12 Signed-off-by: Khem Raj <redacted> --- meta/recipes-devtools/strace/{strace_5.11.bb => strace_5.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/strace/{strace_5.11.bb => strace_5.12.bb} (96%)
diff --git a/meta/recipes-devtools/strace/strace_5.11.bb b/meta/recipes-devtools/strace/strace_5.12.bb
similarity index 96%
rename from meta/recipes-devtools/strace/strace_5.11.bb
rename to meta/recipes-devtools/strace/strace_5.12.bb
index f6a91df1d2..6a8996535b 100644
--- a/meta/recipes-devtools/strace/strace_5.11.bb
+++ b/meta/recipes-devtools/strace/strace_5.12.bb@@ -15,7 +15,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ file://uintptr_t.patch \ file://0001-strace-fix-reproducibilty-issues.patch \ " -SRC_URI[sha256sum] = "ffe340b10c145a0f85734271e9cce56457d23f21a7ea5931ab32f8cf4e793879" +SRC_URI[sha256sum] = "29171edf9d252f89c988a4c340dfdec662f458cb8c63d85431d64bab5911e7c4" inherit autotools ptest
--
2.31.1