diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-05-15 20:23:48 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-05-16 09:26:29 +0200 |
| commit | feeab03fa68a02733ae9382b7d47d9eb0d785188 (patch) | |
| tree | 8738e162f9643b991a8823b23c573a04ebba2037 /package/thrift | |
| parent | 69964d8180332e219b68992b80a4600e151529ad (diff) | |
| download | buildroot-feeab03fa68a02733ae9382b7d47d9eb0d785188.tar.gz buildroot-feeab03fa68a02733ae9382b7d47d9eb0d785188.zip | |
boost: disable on NIOS 2 with broken toolchains
The current NIOS 2 toolchains are not capable of building Boost, so
let's disable it and its reverse dependencies. Even though it's not
strictly an architecture dependency, we use the <pkg>_ARCH_SUPPORTS
paradigm for this dependency, since it simplifies a lot handling all
boost reverse dependencies, and is anyway quite similar to an
architecture dependency since we don't display a comment about this
dependency.
Fixes:
http://autobuild.buildroot.net/results/e119b1ef55c546e0d0598b85c46ceefa5c43d5a6/
[Peter: also update mpd comment]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/thrift')
| -rw-r--r-- | package/thrift/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/thrift/Config.in b/package/thrift/Config.in index c5c7c16bae..b9960f81c7 100644 --- a/package/thrift/Config.in +++ b/package/thrift/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_THRIFT depends on BR2_USE_WCHAR depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_ARCH_HAS_ATOMICS + depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS select BR2_PACKAGE_BOOST select BR2_PACKAGE_LIBEVENT select BR2_PACKAGE_OPENSSL @@ -20,5 +21,6 @@ config BR2_PACKAGE_THRIFT comment "thrift needs a toolchain w/ C++, wchar, threads" depends on BR2_ARCH_HAS_ATOMICS + depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS depends on !BR2_USE_WCHAR || \ !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP |

