diff options
author | Ross Burton <ross@burtonini.com> | 2022-01-31 17:40:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-03 09:05:14 +0000 |
commit | 2d4589316c34d9a64e1885c51e90e621ad895611 (patch) | |
tree | 63a98cfc40d5d77cbb9e035fe90c11639397a4d9 /meta/recipes-devtools/strace/strace_5.16.bb | |
parent | 9e54790c6e3a1e6239700031e8d7d7e1d0c6407e (diff) | |
download | poky-2d4589316c34d9a64e1885c51e90e621ad895611.tar.gz |
strace: remove obsolete musl-on-MIPS patch
This patch was added as musl doesn't define SIGEMT on MIPS, but this was
a mistake in musl and has been fixed in cabc369, available in musl
1.2.1 onwards (August 2020).
(From OE-Core rev: 3ce2fd9f3002178ba2425c7912bf8b83a4150c9a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_5.16.bb')
-rw-r--r-- | meta/recipes-devtools/strace/strace_5.16.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_5.16.bb b/meta/recipes-devtools/strace/strace_5.16.bb index 1874ef1017..1574b8e777 100644 --- a/meta/recipes-devtools/strace/strace_5.16.bb +++ b/meta/recipes-devtools/strace/strace_5.16.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ | |||
9 | file://update-gawk-paths.patch \ | 9 | file://update-gawk-paths.patch \ |
10 | file://Makefile-ptest.patch \ | 10 | file://Makefile-ptest.patch \ |
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | file://mips-SIGEMT.patch \ | ||
13 | file://0001-caps-abbrev.awk-fix-gawk-s-path.patch \ | 12 | file://0001-caps-abbrev.awk-fix-gawk-s-path.patch \ |
14 | file://ptest-spacesave.patch \ | 13 | file://ptest-spacesave.patch \ |
15 | file://0001-strace-fix-reproducibilty-issues.patch \ | 14 | file://0001-strace-fix-reproducibilty-issues.patch \ |