mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +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:
committed by
Martin Jansa
parent
7e2e4421da
commit
7151a9d71f
@@ -17,6 +17,8 @@ SRCREV = "r1435"
|
|||||||
SRC_URI = "svn://google-breakpad.googlecode.com/svn;module=trunk;protocol=http"
|
SRC_URI = "svn://google-breakpad.googlecode.com/svn;module=trunk;protocol=http"
|
||||||
S = "${WORKDIR}/trunk"
|
S = "${WORKDIR}/trunk"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
install -d ${D}${includedir}
|
install -d ${D}${includedir}
|
||||||
install -d ${D}${includedir}/breakpad
|
install -d ${D}${includedir}/breakpad
|
||||||
|
|||||||
Reference in New Issue
Block a user