summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-21 20:23:16 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-10-02 12:34:40 +0000
commit4b6a4e91d05f2d295b60f763c21f6608d1a414be (patch)
treec5fd358c3f1349a0e77bb6095eb15abe86bd83b2 /meta-oe/recipes-devtools/breakpad/breakpad_git.bb
parent6d231956fbfb0d85aa5dc72a52b086699befd210 (diff)
downloadmeta-openembedded-4b6a4e91d05f2d295b60f763c21f6608d1a414be.tar.gz
breakpad: Fix build with musl/mips
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/breakpad/breakpad_git.bb')
-rw-r--r--meta-oe/recipes-devtools/breakpad/breakpad_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
index 1ddd6b565..a17759eb4 100644
--- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
+++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
@@ -40,11 +40,14 @@ SRC_URI = "git://github.com/google/breakpad;name=breakpad \
40 file://0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch \ 40 file://0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch \
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://mcontext.patch \
43 file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \ 44 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 \ 45 file://mips_asm_sgidefs.patch;patchdir=src/third_party/lss \
45" 46"
46S = "${WORKDIR}/git" 47S = "${WORKDIR}/git"
47 48
49CXXFLAGS += "-D_GNU_SOURCE"
50
48COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" 51COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*"
49 52
50do_install_append() { 53do_install_append() {