diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:48:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:11 +0000 |
commit | 09f7f44c2e8494b7b188d10b8f3b93d86ee97405 (patch) | |
tree | de7b181aee74be95e029abaeaeae063e48e75329 /meta/recipes-devtools | |
parent | ebab3cc8ff1150f8f2554a505862ca8b5fce37a8 (diff) | |
download | poky-09f7f44c2e8494b7b188d10b8f3b93d86ee97405.tar.gz |
strace: upgrade 5.8 -> 5.9
(From OE-Core rev: bceb1a78c372118f4640d9396b46739deef4ea1b)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.9.bb (renamed from meta/recipes-devtools/strace/strace_5.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_5.8.bb b/meta/recipes-devtools/strace/strace_5.9.bb index 0415588b97..bee2616a44 100644 --- a/meta/recipes-devtools/strace/strace_5.8.bb +++ b/meta/recipes-devtools/strace/strace_5.9.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ | |||
16 | file://0001-strace-fix-reproducibilty-issues.patch \ | 16 | file://0001-strace-fix-reproducibilty-issues.patch \ |
17 | file://0001-xlat-Mark-IPPROTO_MAX-last-in-IPPROTO_-constants.patch \ | 17 | file://0001-xlat-Mark-IPPROTO_MAX-last-in-IPPROTO_-constants.patch \ |
18 | " | 18 | " |
19 | SRC_URI[sha256sum] = "df4a669f7fff9cc302784085bd4b72fab216a426a3f72c892b28a537b71e7aa9" | 19 | SRC_URI[sha256sum] = "39473eb8465546c3e940fb663cb381eba5613160c7302794699d194a4d5d66d9" |
20 | 20 | ||
21 | inherit autotools ptest | 21 | inherit autotools ptest |
22 | 22 | ||