jsoncpp: add native BBCLASSEXTEND

Extend to native builds, this is useful for unit tests.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Pavel Modilaynen 2019-05-10 16:02:16 +02:00 committed by Khem Raj
parent 9860cda823
commit 1f080b695e

View File

@ -19,3 +19,5 @@ S = "${WORKDIR}/git"
inherit cmake
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DJSONCPP_WITH_TESTS=OFF"
BBCLASSEXTEND = "native"