2014-10-20 17:11:18 +02:00
|
|
|
config BR2_PACKAGE_YAML_CPP
|
|
|
|
bool "yaml-cpp"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2018-06-09 12:46:37 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
|
2014-10-20 17:11:18 +02:00
|
|
|
help
|
|
|
|
yaml-cpp is a YAML parser and emitter in C++ matching
|
|
|
|
the YAML 1.2 spec.
|
|
|
|
|
2017-03-03 06:53:57 +01:00
|
|
|
https://github.com/jbeder/yaml-cpp
|
2014-10-20 17:11:18 +02:00
|
|
|
|
2018-06-09 12:46:37 +02:00
|
|
|
comment "yaml-cpp needs a toolchain w/ C++, gcc >= 4.7"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|