Browse Source

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>
Peter Marko 3 months ago
parent
commit
300041ab66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb

+ 1 - 1
meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb

@@ -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"