mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
sysdig: Do not depend on luaJIT for riscv
LuaJIT is not porteed to riscv yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -12,6 +12,8 @@ inherit cmake pkgconfig
|
||||
JIT ?= "jit"
|
||||
JIT_mipsarchn32 = ""
|
||||
JIT_mipsarchn64 = ""
|
||||
JIT_riscv64 = ""
|
||||
JIT_riscv32 = ""
|
||||
|
||||
DEPENDS += "lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native"
|
||||
RDEPENDS_${PN} = "bash"
|
||||
@@ -48,3 +50,5 @@ FILES_${PN} += " \
|
||||
# Something like this https://code.videolan.org/ePirat/vlc/-/commit/01fd9fe4c7f6c5558f7345f38abf0152e17853ab is needed to fix it
|
||||
COMPATIBLE_HOST_libc-musl = "null"
|
||||
COMPATIBLE_HOST_mips = "null"
|
||||
COMPATIBLE_HOST_riscv64 = "null"
|
||||
COMPATIBLE_HOST_riscv32 = "null"
|
||||
|
||||
Reference in New Issue
Block a user