summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYishai Jaffe <yishai1999@gmail.com>2025-06-30 16:54:08 +0300
committerKhem Raj <raj.khem@gmail.com>2025-07-01 08:11:11 -0700
commit22eaa2f0cfe2f40aa04794efe13eb1fe01f613fc (patch)
treeffb13c40e951672427c8cc205b53655ec1a73d03
parent3910cf2fd73a5fcac3f25c0adc5324cd1971cd51 (diff)
downloadmeta-openembedded-22eaa2f0cfe2f40aa04794efe13eb1fe01f613fc.tar.gz
json-schema-validator: support native build
Add support for native build of json-schema-validator Signed-off-by: Yishai Jaffe <yishai1999@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb2
1 files changed, 2 insertions, 0 deletions
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"
16 16
17inherit cmake 17inherit cmake
18EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DJSON_VALIDATOR_BUILD_TESTS=OFF -DJSON_VALIDATOR_BUILD_EXAMPLES=OFF" 18EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DJSON_VALIDATOR_BUILD_TESTS=OFF -DJSON_VALIDATOR_BUILD_EXAMPLES=OFF"
19
20BBCLASSEXTEND = "native nativesdk"