zmqpp: exclude old Sourcery PowerPC toolchains that don't have C++0x
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Apr 2014 21:50:30 +0000 (23:50 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Apr 2014 21:50:30 +0000 (23:50 +0200)
zmqpp needs some fairly advanced C++0x features, which apparently
aren't all available in gcc 4.5 used in PowerPC Sourcery 2011.03. So
this commit excludes both this toolchain and the older 2010.09 one.

Fixes:

  http://autobuild.buildroot.org/results/a37/a374e85c714aff26bceaa0df4199bc44a1278f37/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/zmqpp/Config.in

index 68dbf4e7568ffe487063b533ffea1ff4630a0026..2ccaf7e2dbb6948dcec1493d6dfad8c2afa643cb 100644 (file)
@@ -1,6 +1,8 @@
 config BR2_PACKAGE_ZMQPP
        bool "zmqpp"
        depends on !BR2_avr32 # compiler needs c++0x support
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 # c++0x support
+       depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 # c++0x support
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_INET_IPV6 # zeromq
        depends on BR2_LARGEFILE # util-linux