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>
This commit is contained in:
Yishai Jaffe 2025-06-30 16:54:08 +03:00 committed by Khem Raj
parent 3910cf2fd7
commit 22eaa2f0cf
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"