From feeab03fa68a02733ae9382b7d47d9eb0d785188 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Fri, 15 May 2015 20:23:48 +0200 Subject: 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 _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 Signed-off-by: Peter Korsgaard --- package/pulseview/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/pulseview') diff --git a/package/pulseview/Config.in b/package/pulseview/Config.in index de899af892..df27cde5dc 100644 --- a/package/pulseview/Config.in +++ b/package/pulseview/Config.in @@ -15,6 +15,7 @@ config BR2_PACKAGE_PULSEVIEW depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS help PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI for sigrok. @@ -24,4 +25,5 @@ config BR2_PACKAGE_PULSEVIEW comment "pulseview needs a toolchain w/ wchar, threads, C++" depends on BR2_USE_MMU depends on BR2_PACKAGE_QT5 + depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.1