diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-08-09 08:40:40 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-15 12:31:59 +0200 |
commit | 7151a9d71fd87b95ffa02013b7b2f47a4d328738 (patch) | |
tree | 1634c7cc1d01e9f2ce5c2dc3734b064baf714cd2 /meta-oe | |
parent | 7e2e4421da9c34df218ee447bdb7ee22f84a35d1 (diff) | |
download | meta-openembedded-7151a9d71fd87b95ffa02013b7b2f47a4d328738.tar.gz |
breakpad: disable ppc from being built.
../trunk/src/client/linux/dump_writer_common/raw_context_cpu.h:48:2: error: #error "This code has not been ported to your platform yet."
| #error "This code has not been ported to your platform yet."
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb b/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb index 7ada3a3b2..b573ea502 100644 --- a/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb +++ b/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | |||
@@ -17,6 +17,8 @@ SRCREV = "r1435" | |||
17 | SRC_URI = "svn://google-breakpad.googlecode.com/svn;module=trunk;protocol=http" | 17 | SRC_URI = "svn://google-breakpad.googlecode.com/svn;module=trunk;protocol=http" |
18 | S = "${WORKDIR}/trunk" | 18 | S = "${WORKDIR}/trunk" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" | ||
21 | |||
20 | do_install_append() { | 22 | do_install_append() { |
21 | install -d ${D}${includedir} | 23 | install -d ${D}${includedir} |
22 | install -d ${D}${includedir}/breakpad | 24 | install -d ${D}${includedir}/breakpad |