mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 09:25:28 +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> (cherry picked from commit 433603cb7dd0243856509a552ff354dbc0fccd95) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
c7c0a292cf
commit
bf945de831
@ -14,6 +14,7 @@ JIT_mipsarchn32 = ""
|
|||||||
JIT_mipsarchn64 = ""
|
JIT_mipsarchn64 = ""
|
||||||
JIT_riscv64 = ""
|
JIT_riscv64 = ""
|
||||||
JIT_riscv32 = ""
|
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"
|
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"
|
RDEPENDS_${PN} = "bash"
|
||||||
@ -49,3 +50,4 @@ COMPATIBLE_HOST_libc-musl = "null"
|
|||||||
COMPATIBLE_HOST_mips = "null"
|
COMPATIBLE_HOST_mips = "null"
|
||||||
COMPATIBLE_HOST_riscv64 = "null"
|
COMPATIBLE_HOST_riscv64 = "null"
|
||||||
COMPATIBLE_HOST_riscv32 = "null"
|
COMPATIBLE_HOST_riscv32 = "null"
|
||||||
|
COMPATIBLE_HOST_powerpc = "null"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user