mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
protobuf: use system jsoncpp
We should not use additional vendored jsoncpp unless required due to compatibility issues. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ SECTION = "console/tools"
|
|||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b"
|
||||||
|
|
||||||
DEPENDS = "zlib abseil-cpp"
|
DEPENDS = "zlib abseil-cpp jsoncpp"
|
||||||
DEPENDS:append:class-target = " protobuf-native"
|
DEPENDS:append:class-target = " protobuf-native"
|
||||||
|
|
||||||
SRCREV = "9d0ec0f92b5b5fdeeda11f9dcecc1872ff378014"
|
SRCREV = "9d0ec0f92b5b5fdeeda11f9dcecc1872ff378014"
|
||||||
@@ -37,6 +37,7 @@ EXTRA_OECMAKE += "\
|
|||||||
-Dprotobuf_BUILD_TESTS=OFF \
|
-Dprotobuf_BUILD_TESTS=OFF \
|
||||||
-Dprotobuf_BUILD_EXAMPLES=OFF \
|
-Dprotobuf_BUILD_EXAMPLES=OFF \
|
||||||
-Dprotobuf_ABSL_PROVIDER="package" \
|
-Dprotobuf_ABSL_PROVIDER="package" \
|
||||||
|
-Dprotobuf_JSONCPP_PROVIDER="package" \
|
||||||
"
|
"
|
||||||
|
|
||||||
TEST_SRC_DIR = "examples"
|
TEST_SRC_DIR = "examples"
|
||||||
|
|||||||
Reference in New Issue
Block a user