mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
sysdig: disable building for ppc
Sysdig depends on tbb which no longer builds for powerpc Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e0581ad12f
commit
433603cb7d
@ -14,6 +14,7 @@ JIT_mipsarchn32 = ""
|
||||
JIT_mipsarchn64 = ""
|
||||
JIT_riscv64 = ""
|
||||
JIT_riscv32 = ""
|
||||
JIT_powerpc = ""
|
||||
|
||||
DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native"
|
||||
RDEPENDS_${PN} = "bash"
|
||||
@ -49,3 +50,4 @@ COMPATIBLE_HOST_libc-musl = "null"
|
||||
COMPATIBLE_HOST_mips = "null"
|
||||
COMPATIBLE_HOST_riscv64 = "null"
|
||||
COMPATIBLE_HOST_riscv32 = "null"
|
||||
COMPATIBLE_HOST_powerpc = "null"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user