aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sysdig
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-27 22:35:36 -0700
committerKhem Raj <raj.khem@gmail.com>2021-03-28 12:12:58 -0700
commitd8053b7e2b21c651b34b48f025f47cb511c36e37 (patch)
tree312c6b9eea68e0a03e2d733ecbc586853c7750aa /meta-oe/recipes-extended/sysdig
parent81ab62c975ba9658b6d3e4e68e081ac4cdca94b8 (diff)
downloadmeta-openembedded-contrib-d8053b7e2b21c651b34b48f025f47cb511c36e37.tar.gz
sysdig: Depend on system libb64
avoid using vendored version Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/sysdig')
-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 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 = ""
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"
+DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native"
RDEPENDS_${PN} = "bash"
SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \
@@ -30,7 +30,6 @@ S = "${WORKDIR}/git"
EXTRA_OECMAKE = "\
-DBUILD_DRIVER=OFF \
-DUSE_BUNDLED_DEPS=OFF \
- -DUSE_BUNDLED_B64=ON \
-DCREATE_TEST_TARGETS=OFF \
-DDIR_ETC=${sysconfdir} \
-DLUA_INCLUDE_DIR=${STAGING_INCDIR}/luajit-2.1 \