valijson: new package
authorSantosh Multhalli <santosh.multhalli@rockwellcollins.com>
Thu, 14 Apr 2016 09:27:56 +0000 (14:57 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 14 Apr 2016 20:44:20 +0000 (22:44 +0200)
commit21c89819a4ab852fc978c0abe5b7e287a224f37e
tree5c770591003d7ee2e87575336f8c71970219169c
parente2c7eef907ac883f96ca723217e9326c6f2922b4
valijson: new package

Valijson is a header-only JSON Schema Validation library for C++.

Signed-off-by: Santosh Multhalli <santosh.multhalli@rockwellcollins.com>
[Thomas:
 - fix license, it's BSD-2c, not BSD-3c.
 - fix propagation of boost dependencies,
   BR2_PACKAGE_BOOST_ARCH_SUPPORTS was missing.
 - remove useless blank line in Config.in
 - tweak commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/valijson/Config.in [new file with mode: 0644]
package/valijson/valijson.hash [new file with mode: 0644]
package/valijson/valijson.mk [new file with mode: 0644]