diff options
Diffstat (limited to 'meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb | 18 |
1 files changed, 18 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 new file mode 100644 index 0000000000..6f0b424024 --- /dev/null +++ b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "JSON schema validator for JSON for Modern C++" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c441d022da1b1663c70181a32225d006" | ||
| 4 | |||
| 5 | SRC_URI = "git://github.com/pboettch/json-schema-validator;branch=main;protocol=https \ | ||
| 6 | file://0001-Set-Json_validator-Install-off-if-it-finds-it-via-li.patch \ | ||
| 7 | file://0002-Fix-assumed-signed-char.patch \ | ||
| 8 | file://0003-For-root-value-use-empty-pointer.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRCREV = "6b17782d6a5d1dee5d2c4fc5d25ffb1123913431" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | DEPENDS += "nlohmann-json" | ||
| 16 | |||
| 17 | inherit cmake | ||
| 18 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DJSON_VALIDATOR_BUILD_TESTS=OFF -DJSON_VALIDATOR_BUILD_EXAMPLES=OFF" | ||
