mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 10:41:22 +00:00
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>
This commit is contained in:
parent
7e2e4421da
commit
7151a9d71f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user