mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-16 08:45:47 +00:00
breakpad: Disable build on riscv
Unsupported arch as of now Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
29076c7492
commit
74a3ff28f5
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user