Skip to content

Commit e97dc98

Browse files
shlomowkraj
authored andcommitted
json-schema-validator: Add recipe
Signed-off-by: Shlomi Vaknin <[email protected]> Acked-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent e45ecc6 commit e97dc98

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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"
6+
SRCREV = "27fc1d094503623dfe39365ba82581507524545c"
7+
8+
S = "${WORKDIR}/git"
9+
10+
DEPENDS += "nlohmann-json"
11+
12+
inherit cmake
13+
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF"
14+

0 commit comments

Comments
 (0)