diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-03-13 23:53:44 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-14 00:00:20 -0800 |
| commit | 393689d924005805540119974352db3c66c0b114 (patch) | |
| tree | ad91c58772182133a12cd4fba01028cca4437c9e /meta-oe/recipes-devtools/breakpad | |
| parent | c332ab143f64053187e75e001c8a005e142bfe9e (diff) | |
| download | meta-openembedded-393689d924005805540119974352db3c66c0b114.tar.gz | |
breakpad: Exclude for ppc64
It does not build, errors out like
../git/src/client/linux/dump_writer_common/raw_context_cpu.h:48:2: error: #error "This code has not been ported to your platform yet."
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/breakpad')
| -rw-r--r-- | meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb index 0e510aaf6d..4d9038a92c 100644 --- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb +++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb | |||
| @@ -47,6 +47,8 @@ S = "${WORKDIR}/git" | |||
| 47 | CXXFLAGS += "-D_GNU_SOURCE" | 47 | CXXFLAGS += "-D_GNU_SOURCE" |
| 48 | 48 | ||
| 49 | COMPATIBLE_HOST_powerpc = "null" | 49 | COMPATIBLE_HOST_powerpc = "null" |
| 50 | COMPATIBLE_HOST_powerpc64 = "null" | ||
| 51 | COMPATIBLE_HOST_powerpc64le = "null" | ||
| 50 | COMPATIBLE_HOST_riscv64 = "null" | 52 | COMPATIBLE_HOST_riscv64 = "null" |
| 51 | COMPATIBLE_HOST_riscv32 = "null" | 53 | COMPATIBLE_HOST_riscv32 = "null" |
| 52 | 54 | ||
