diff options
-rw-r--r-- | meta-oe/recipes-extended/sysdig/sysdig_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb index 8074b2e0e1..04a022af4f 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb | |||
@@ -12,6 +12,8 @@ inherit cmake pkgconfig | |||
12 | JIT ?= "jit" | 12 | JIT ?= "jit" |
13 | JIT_mipsarchn32 = "" | 13 | JIT_mipsarchn32 = "" |
14 | JIT_mipsarchn64 = "" | 14 | JIT_mipsarchn64 = "" |
15 | JIT_riscv64 = "" | ||
16 | JIT_riscv32 = "" | ||
15 | 17 | ||
16 | DEPENDS += "lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" | 18 | DEPENDS += "lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" |
17 | RDEPENDS_${PN} = "bash" | 19 | RDEPENDS_${PN} = "bash" |
@@ -48,3 +50,5 @@ FILES_${PN} += " \ | |||
48 | # Something like this https://code.videolan.org/ePirat/vlc/-/commit/01fd9fe4c7f6c5558f7345f38abf0152e17853ab is needed to fix it | 50 | # Something like this https://code.videolan.org/ePirat/vlc/-/commit/01fd9fe4c7f6c5558f7345f38abf0152e17853ab is needed to fix it |
49 | COMPATIBLE_HOST_libc-musl = "null" | 51 | COMPATIBLE_HOST_libc-musl = "null" |
50 | COMPATIBLE_HOST_mips = "null" | 52 | COMPATIBLE_HOST_mips = "null" |
53 | COMPATIBLE_HOST_riscv64 = "null" | ||
54 | COMPATIBLE_HOST_riscv32 = "null" | ||