diff mbox series

[RFC,1/4] jsoncpp: extend with nativesdk

Message ID 20230720162535.116519-2-peron.clem@gmail.com
State New
Headers show
Series Bump Protobuf/gRPC | expand

Commit Message

Clément Péron July 20, 2023, 4:22 p.m. UTC
Jsoncpp doesn't extend for the moment with nativesdk

We will need jsoncpp in the next protobuf bump that will require
that.

Add the nativesdk to BBEXTENDS of the jsoncpp recipe.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
---
 meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
index c54dc9466..086615649 100644
--- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.bb
+++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.5.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"