diff mbox series

[2/3] json-schema-validator: support native build

Message ID 20250630135409.2425189-3-yishai1999@gmail.com
State New
Headers show
Series Adding native support for a bunch of recipes that are missing it | expand

Commit Message

Yishai Jaffe June 30, 2025, 1:54 p.m. UTC
Add support for native build of json-schema-validator

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
---
 .../json-schema-validator/json-schema-validator_2.2.0.bb        | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb
index 241fd328d..c6e910a13 100644
--- a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb
+++ b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb
@@ -16,3 +16,5 @@  DEPENDS += "nlohmann-json"
 
 inherit cmake
 EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DJSON_VALIDATOR_BUILD_TESTS=OFF -DJSON_VALIDATOR_BUILD_EXAMPLES=OFF"
+
+BBCLASSEXTEND = "native nativesdk"