diff options
author | Ross Burton <ross@burtonini.com> | 2021-10-19 20:26:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:27 +0100 |
commit | 9889cebcddf3f7c1ce82e678afbcfcb1c491bdba (patch) | |
tree | f7d0bd7e960182102a4c55dc4954216dcf9eac22 | |
parent | 0b66f93a7051a0f7372a49c6eba060781c433537 (diff) | |
download | poky-9889cebcddf3f7c1ce82e678afbcfcb1c491bdba.tar.gz |
strace: remove obsolete patch
This patch isn't needed with strace 5.14, which includes stdint.h
centrally.
(From OE-Core rev: 3bd3e7302618cd82d1448e3fd84a8a7a27e36656)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/strace/strace/uintptr_t.patch | 27 | ||||
-rw-r--r-- | meta/recipes-devtools/strace/strace_5.14.bb | 1 |
2 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-devtools/strace/strace/uintptr_t.patch b/meta/recipes-devtools/strace/strace/uintptr_t.patch deleted file mode 100644 index 088d685af0..0000000000 --- a/meta/recipes-devtools/strace/strace/uintptr_t.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | From a6c9366bfbcef6f3f4bb068b1f1a5623935b5013 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Tue, 5 Nov 2019 20:05:08 -0800 | ||
4 | Subject: [PATCH] include stdint.h for getting uintptr_t definition | ||
5 | |||
6 | fixes do_compile_ptest_base | ||
7 | tests/fanotify_mark.c:191:23: error: 'uintptr_t' undeclared (first use in this function); did you mean 'intptr_t'? | ||
8 | |||
9 | Upstream-Status: Pending | ||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
11 | |||
12 | --- | ||
13 | tests/fanotify_mark.c | 1 + | ||
14 | 1 file changed, 1 insertion(+) | ||
15 | |||
16 | diff --git a/tests/fanotify_mark.c b/tests/fanotify_mark.c | ||
17 | index aade643..de579f3 100644 | ||
18 | --- a/tests/fanotify_mark.c | ||
19 | +++ b/tests/fanotify_mark.c | ||
20 | @@ -18,6 +18,7 @@ | ||
21 | |||
22 | # include <limits.h> | ||
23 | # include <stdio.h> | ||
24 | +# include <stdint.h> | ||
25 | # include <unistd.h> | ||
26 | # include <sys/fanotify.h> | ||
27 | |||
diff --git a/meta/recipes-devtools/strace/strace_5.14.bb b/meta/recipes-devtools/strace/strace_5.14.bb index 02a4843edf..a81bda04ba 100644 --- a/meta/recipes-devtools/strace/strace_5.14.bb +++ b/meta/recipes-devtools/strace/strace_5.14.bb | |||
@@ -12,7 +12,6 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ | |||
12 | file://mips-SIGEMT.patch \ | 12 | file://mips-SIGEMT.patch \ |
13 | file://0001-caps-abbrev.awk-fix-gawk-s-path.patch \ | 13 | file://0001-caps-abbrev.awk-fix-gawk-s-path.patch \ |
14 | file://ptest-spacesave.patch \ | 14 | file://ptest-spacesave.patch \ |
15 | file://uintptr_t.patch \ | ||
16 | file://0001-strace-fix-reproducibilty-issues.patch \ | 15 | file://0001-strace-fix-reproducibilty-issues.patch \ |
17 | " | 16 | " |
18 | SRC_URI[sha256sum] = "901bee6db5e17debad4530dd9ffb4dc9a96c4a656edbe1c3141b7cb307b11e73" | 17 | SRC_URI[sha256sum] = "901bee6db5e17debad4530dd9ffb4dc9a96c4a656edbe1c3141b7cb307b11e73" |