summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/sysdig/sysdig_git.bb3
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 d15ecdb03f..b06340f82f 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 = ""
15JIT_riscv64 = "" 15JIT_riscv64 = ""
16JIT_riscv32 = "" 16JIT_riscv32 = ""
17 17
18DEPENDS += "lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" 18DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native"
19RDEPENDS_${PN} = "bash" 19RDEPENDS_${PN} = "bash"
20 20
21SRC_URI = "git://github.com/draios/sysdig.git;branch=dev;protocol=https \ 21SRC_URI = "git://github.com/draios/sysdig.git;branch=dev;protocol=https \
@@ -32,7 +32,6 @@ S = "${WORKDIR}/git"
32EXTRA_OECMAKE = "\ 32EXTRA_OECMAKE = "\
33 -DBUILD_DRIVER=OFF \ 33 -DBUILD_DRIVER=OFF \
34 -DUSE_BUNDLED_DEPS=OFF \ 34 -DUSE_BUNDLED_DEPS=OFF \
35 -DUSE_BUNDLED_B64=ON \
36 -DCREATE_TEST_TARGETS=OFF \ 35 -DCREATE_TEST_TARGETS=OFF \
37 -DDIR_ETC=${sysconfdir} \ 36 -DDIR_ETC=${sysconfdir} \
38 -DLUA_INCLUDE_DIR=${STAGING_INCDIR}/luajit-2.1 \ 37 -DLUA_INCLUDE_DIR=${STAGING_INCDIR}/luajit-2.1 \