jsoncpp: enable nativesdk build

This is necessary for unbundled build of protobuf.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Marko 2025-02-03 19:22:04 +01:00 committed by Khem Raj
parent 12c7be0e8a
commit 300041ab66
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -22,4 +22,4 @@ inherit cmake
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DBUILD_OBJECT_LIBS=OFF -DJSONCPP_WITH_TESTS=OFF"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"