mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
sysdig: Disable JIT on ppc64
since luajit is not available on ppc64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,6 +15,8 @@ JIT_mipsarchn64 = ""
|
|||||||
JIT_riscv64 = ""
|
JIT_riscv64 = ""
|
||||||
JIT_riscv32 = ""
|
JIT_riscv32 = ""
|
||||||
JIT_powerpc = ""
|
JIT_powerpc = ""
|
||||||
|
JIT_powerpc64le = ""
|
||||||
|
JIT_powerpc64 = ""
|
||||||
|
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user