diff options
author | Yishai Jaffe <yishai1999@gmail.com> | 2025-06-30 16:54:08 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-01 08:11:11 -0700 |
commit | 22eaa2f0cfe2f40aa04794efe13eb1fe01f613fc (patch) | |
tree | ffb13c40e951672427c8cc205b53655ec1a73d03 | |
parent | 3910cf2fd73a5fcac3f25c0adc5324cd1971cd51 (diff) | |
download | meta-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.bb | 2 |
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 | ||
17 | inherit cmake | 17 | inherit cmake |
18 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DJSON_VALIDATOR_BUILD_TESTS=OFF -DJSON_VALIDATOR_BUILD_EXAMPLES=OFF" | 18 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DJSON_VALIDATOR_BUILD_TESTS=OFF -DJSON_VALIDATOR_BUILD_EXAMPLES=OFF" |
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | ||