diff options
-rw-r--r-- | meta-oe/recipes-extended/sysdig/sysdig_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb index bb9f2da7c3..d9da190578 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb | |||
@@ -15,7 +15,7 @@ JIT_mipsarchn64 = "" | |||
15 | JIT_riscv64 = "" | 15 | JIT_riscv64 = "" |
16 | JIT_riscv32 = "" | 16 | JIT_riscv32 = "" |
17 | 17 | ||
18 | DEPENDS += "lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" | 18 | 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" | 19 | RDEPENDS_${PN} = "bash" |
20 | 20 | ||
21 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \ | 21 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \ |
@@ -30,7 +30,6 @@ S = "${WORKDIR}/git" | |||
30 | EXTRA_OECMAKE = "\ | 30 | EXTRA_OECMAKE = "\ |
31 | -DBUILD_DRIVER=OFF \ | 31 | -DBUILD_DRIVER=OFF \ |
32 | -DUSE_BUNDLED_DEPS=OFF \ | 32 | -DUSE_BUNDLED_DEPS=OFF \ |
33 | -DUSE_BUNDLED_B64=ON \ | ||
34 | -DCREATE_TEST_TARGETS=OFF \ | 33 | -DCREATE_TEST_TARGETS=OFF \ |
35 | -DDIR_ETC=${sysconfdir} \ | 34 | -DDIR_ETC=${sysconfdir} \ |
36 | -DLUA_INCLUDE_DIR=${STAGING_INCDIR}/luajit-2.1 \ | 35 | -DLUA_INCLUDE_DIR=${STAGING_INCDIR}/luajit-2.1 \ |