diff options
| -rw-r--r-- | meta-oe/recipes-extended/sysdig/sysdig_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb index d9da190578..f1b77070c1 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb | |||
| @@ -14,6 +14,7 @@ JIT_mipsarchn32 = "" | |||
| 14 | JIT_mipsarchn64 = "" | 14 | JIT_mipsarchn64 = "" |
| 15 | JIT_riscv64 = "" | 15 | JIT_riscv64 = "" |
| 16 | JIT_riscv32 = "" | 16 | JIT_riscv32 = "" |
| 17 | JIT_powerpc = "" | ||
| 17 | 18 | ||
| 18 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" | 19 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" |
| 19 | RDEPENDS_${PN} = "bash" | 20 | RDEPENDS_${PN} = "bash" |
| @@ -49,3 +50,4 @@ COMPATIBLE_HOST_libc-musl = "null" | |||
| 49 | COMPATIBLE_HOST_mips = "null" | 50 | COMPATIBLE_HOST_mips = "null" |
| 50 | COMPATIBLE_HOST_riscv64 = "null" | 51 | COMPATIBLE_HOST_riscv64 = "null" |
| 51 | COMPATIBLE_HOST_riscv32 = "null" | 52 | COMPATIBLE_HOST_riscv32 = "null" |
| 53 | COMPATIBLE_HOST_powerpc = "null" | ||
