mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
sysdig: Depend on system libb64
avoid using vendored version Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ JIT_mipsarchn64 = ""
|
|||||||
JIT_riscv64 = ""
|
JIT_riscv64 = ""
|
||||||
JIT_riscv32 = ""
|
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"
|
RDEPENDS_${PN} = "bash"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \
|
SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \
|
||||||
@@ -30,7 +30,6 @@ S = "${WORKDIR}/git"
|
|||||||
EXTRA_OECMAKE = "\
|
EXTRA_OECMAKE = "\
|
||||||
-DBUILD_DRIVER=OFF \
|
-DBUILD_DRIVER=OFF \
|
||||||
-DUSE_BUNDLED_DEPS=OFF \
|
-DUSE_BUNDLED_DEPS=OFF \
|
||||||
-DUSE_BUNDLED_B64=ON \
|
|
||||||
-DCREATE_TEST_TARGETS=OFF \
|
-DCREATE_TEST_TARGETS=OFF \
|
||||||
-DDIR_ETC=${sysconfdir} \
|
-DDIR_ETC=${sysconfdir} \
|
||||||
-DLUA_INCLUDE_DIR=${STAGING_INCDIR}/luajit-2.1 \
|
-DLUA_INCLUDE_DIR=${STAGING_INCDIR}/luajit-2.1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user