From 853eb9a9c4b02b7acfc72659eb20914f0f19e66b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 4 May 2021 16:49:22 -0700 Subject: [PATCH] strace: Upgrade to 5.12 Changes are here [1] [1] https://github.com/strace/strace/releases/tag/v5.12 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- 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.40.1