From 74a3ff28f59b678b3c895bea2e7e3d47adcff1eb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Apr 2020 16:12:32 -0700 Subject: [PATCH] breakpad: Disable build on riscv Unsupported arch as of now Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb index ff5acbeac2..daf262ed66 100644 --- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb +++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb @@ -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}