Update buidlroot to version 2016.08.1
This commit is contained in:
18
bsp/buildroot/package/valijson/Config.in
Normal file
18
bsp/buildroot/package/valijson/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_VALIJSON
|
||||
bool "valijson"
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_BOOST
|
||||
select BR2_PACKAGE_BOOST_REGEX
|
||||
help
|
||||
Valijson is a header-only JSON Schema Validation library for
|
||||
C++. Valijson provides a simple validation API that allows
|
||||
you load JSON Schemas, and validate documents loaded by one
|
||||
of several supported parser libraries like boost, jsoncpp,
|
||||
rapidjson and picoJSON.
|
||||
|
||||
https://github.com/tristanpenman/valijson
|
||||
|
||||
comment "valijson needs a toolchain w/ C++, threads, wchar support"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
||||
Reference in New Issue
Block a user