diff options
| -rw-r--r-- | meta-oe/recipes-devtools/breakpad/breakpad/mips_asm_sgidefs.patch | 20 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad/mips_asm_sgidefs.patch b/meta-oe/recipes-devtools/breakpad/breakpad/mips_asm_sgidefs.patch new file mode 100644 index 0000000000..678f63d74a --- /dev/null +++ b/meta-oe/recipes-devtools/breakpad/breakpad/mips_asm_sgidefs.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | Index: lss/linux_syscall_support.h | ||
| 2 | =================================================================== | ||
| 3 | --- lss.orig/linux_syscall_support.h | ||
| 4 | +++ lss/linux_syscall_support.h | ||
| 5 | @@ -118,15 +118,7 @@ extern "C" { | ||
| 6 | #include <endian.h> | ||
| 7 | |||
| 8 | #ifdef __mips__ | ||
| 9 | -/* Include definitions of the ABI currently in use. */ | ||
| 10 | -#ifdef __ANDROID__ | ||
| 11 | -/* Android doesn't have sgidefs.h, but does have asm/sgidefs.h, | ||
| 12 | - * which has the definitions we need. | ||
| 13 | - */ | ||
| 14 | #include <asm/sgidefs.h> | ||
| 15 | -#else | ||
| 16 | -#include <sgidefs.h> | ||
| 17 | -#endif | ||
| 18 | #endif | ||
| 19 | #endif | ||
| 20 | |||
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb index 9a1255594e..1ddd6b5655 100644 --- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb +++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb | |||
| @@ -41,6 +41,7 @@ SRC_URI = "git://github.com/google/breakpad;name=breakpad \ | |||
| 41 | file://0005-md2core-Replace-basename.patch \ | 41 | file://0005-md2core-Replace-basename.patch \ |
| 42 | file://0002-Use-_fpstate-instead-of-_libc_fpstate-on-linux.patch \ | 42 | file://0002-Use-_fpstate-instead-of-_libc_fpstate-on-linux.patch \ |
| 43 | file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \ | 43 | file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \ |
| 44 | file://mips_asm_sgidefs.patch;patchdir=src/third_party/lss \ | ||
| 44 | " | 45 | " |
| 45 | S = "${WORKDIR}/git" | 46 | S = "${WORKDIR}/git" |
| 46 | 47 | ||
