Skip to content

Commit

Permalink
sysdig: Depend on system libb64
Browse files Browse the repository at this point in the history
avoid using vendored version

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Mar 28, 2021
1 parent 81ab62c commit d8053b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta-oe/recipes-extended/sysdig/sysdig_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit d8053b7

Please sign in to comment.