diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-05-04 16:49:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-06 08:41:26 +0100 |
commit | 0a0c83d083a24c0741858e3321ff4e78c378bb87 (patch) | |
tree | 10aa45a17c520a3d324158029c0c9645b6d863c7 /meta/recipes-devtools/strace | |
parent | d71ed04ebf950c461aa833f6349b3ae7b6c7250c (diff) | |
download | poky-0a0c83d083a24c0741858e3321ff4e78c378bb87.tar.gz |
strace: Upgrade to 5.12
Changes are here [1]
[1] https://github.com/strace/strace/releases/tag/v5.12
(From OE-Core rev: 853eb9a9c4b02b7acfc72659eb20914f0f19e66b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace')
-rw-r--r-- | meta/recipes-devtools/strace/strace_5.12.bb (renamed from meta/recipes-devtools/strace/strace_5.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_5.11.bb b/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 \ | |||
15 | file://uintptr_t.patch \ | 15 | file://uintptr_t.patch \ |
16 | file://0001-strace-fix-reproducibilty-issues.patch \ | 16 | file://0001-strace-fix-reproducibilty-issues.patch \ |
17 | " | 17 | " |
18 | SRC_URI[sha256sum] = "ffe340b10c145a0f85734271e9cce56457d23f21a7ea5931ab32f8cf4e793879" | 18 | SRC_URI[sha256sum] = "29171edf9d252f89c988a4c340dfdec662f458cb8c63d85431d64bab5911e7c4" |
19 | 19 | ||
20 | inherit autotools ptest | 20 | inherit autotools ptest |
21 | 21 | ||