diff options
| -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" |
