breakpad: Disable build on riscv

Unsupported arch as of now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2020-04-22 16:12:32 -07:00
parent 29076c7492
commit 74a3ff28f5

View File

@ -49,6 +49,8 @@ S = "${WORKDIR}/git"
CXXFLAGS += "-D_GNU_SOURCE"
COMPATIBLE_HOST_powerpc = "null"
COMPATIBLE_HOST_riscv64 = "null"
COMPATIBLE_HOST_riscv32 = "null"
do_install_append() {
install -d ${D}${includedir}