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 |
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"
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(+)