Sfoglia il codice sorgente

breakpad: Disable build on riscv

Unsupported arch as of now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 4 anni fa
parent
commit
74a3ff28f5
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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}