1config BR2_PACKAGE_YAML_CPP 2 bool "yaml-cpp" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11 5 help 6 yaml-cpp is a YAML parser and emitter in C++ matching 7 the YAML 1.2 spec. 8 9 https://github.com/jbeder/yaml-cpp 10 11comment "yaml-cpp needs a toolchain w/ C++, gcc >= 4.7" 12 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 13