blob: c3254d16e7d74337bc009e0f96379355d72b4fc5 [file] [log] [blame]
James Feist96e9b732018-10-12 13:02:28 -07001SUMMARY = "Header-only C++ library for JSON Schema validation"
2HOMEPAGE = "https://github.com/tristanpenman/valijson"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2"
5
6SRC_URI = "git://github.com/tristanpenman/valijson.git"
7PV = "0.1+git${SRCPV}"
8
9SRCREV = "c2f22fddf599d04dc33fcd7ed257c698a05345d9"
10
11S = "${WORKDIR}/git"
12
13inherit cmake
14
15EXTRA_OECMAKE = "-DINSTALL_HEADERS=1 -DBUILD_TESTS=0"
16
17# valijson is a header only C++ library, so the main package will be empty.
18RDEPENDS_${PN}-dev = ""
19
20BBCLASSEXTEND = "native nativesdk"
21