diff options
-rw-r--r-- | meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
49 | CXXFLAGS += "-D_GNU_SOURCE" | 49 | CXXFLAGS += "-D_GNU_SOURCE" |
50 | 50 | ||
51 | COMPATIBLE_HOST_powerpc = "null" | 51 | COMPATIBLE_HOST_powerpc = "null" |
52 | COMPATIBLE_HOST_riscv64 = "null" | ||
53 | COMPATIBLE_HOST_riscv32 = "null" | ||
52 | 54 | ||
53 | do_install_append() { | 55 | do_install_append() { |
54 | install -d ${D}${includedir} | 56 | install -d ${D}${includedir} |