From 6c02b9e3e78623dbeb858ba9a6d7bf588cbda8d9 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 9 Aug 2016 08:40:40 -0700 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb b/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb index 7ada3a3b2e..b573ea5027 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" SRC_URI = "svn://google-breakpad.googlecode.com/svn;module=trunk;protocol=http" S = "${WORKDIR}/trunk" +COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" + do_install_append() { install -d ${D}${includedir} install -d ${D}${includedir}/breakpad -- cgit 1.2.3-korg