Ver código fonte

breakpad: Disable build on riscv

Unsupported arch as of now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 4 anos atrás
pai
commit
74a3ff28f5
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      meta-oe/recipes-devtools/breakpad/breakpad_git.bb

+ 2 - 0
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}