summaryrefslogtreecommitdiffstats
path: root/package/yaml-cpp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/yaml-cpp/Config.in')
-rw-r--r--package/yaml-cpp/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/yaml-cpp/Config.in b/package/yaml-cpp/Config.in
index 954a944a15..9e00b3df49 100644
--- a/package/yaml-cpp/Config.in
+++ b/package/yaml-cpp/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_YAML_CPP
bool "yaml-cpp"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS # boost
+ depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
select BR2_PACKAGE_BOOST
help
yaml-cpp is a YAML parser and emitter in C++ matching
@@ -10,4 +11,5 @@ config BR2_PACKAGE_YAML_CPP
https://code.google.com/p/yaml-cpp/
comment "yaml-cpp needs a toolchain w/ C++, threads"
+ depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud