From 22eaa2f0cfe2f40aa04794efe13eb1fe01f613fc Mon Sep 17 00:00:00 2001 From: Yishai Jaffe Date: Mon, 30 Jun 2025 16:54:08 +0300 Subject: [PATCH] json-schema-validator: support native build Add support for native build of json-schema-validator Signed-off-by: Yishai Jaffe Signed-off-by: Khem Raj --- .../json-schema-validator/json-schema-validator_2.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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 241fd328d8..c6e910a137 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"