mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
715 B
BlitzBasic
19 lines
715 B
BlitzBasic
SUMMARY = "JSON schema validator for JSON for Modern C++"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c441d022da1b1663c70181a32225d006"
|
|
|
|
SRC_URI = "git://github.com/pboettch/json-schema-validator;branch=main;protocol=https \
|
|
file://0001-Set-Json_validator-Install-off-if-it-finds-it-via-li.patch \
|
|
file://0002-Fix-assumed-signed-char.patch \
|
|
file://0003-For-root-value-use-empty-pointer.patch \
|
|
file://0004-cmake-Use-GNUInstallDirs.patch \
|
|
"
|
|
|
|
SRCREV = "6b17782d6a5d1dee5d2c4fc5d25ffb1123913431"
|
|
|
|
|
|
DEPENDS += "nlohmann-json"
|
|
|
|
inherit cmake
|
|
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DJSON_VALIDATOR_BUILD_TESTS=OFF -DJSON_VALIDATOR_BUILD_EXAMPLES=OFF"
|