Ver código fonte

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 4 meses atrás
pai
commit
300041ab66
1 arquivos alterados com 1 adições e 1 exclusões
  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"