qt: broken on avr32
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 27 Jun 2013 14:14:12 +0000 (11:14 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 27 Jun 2013 17:39:45 +0000 (19:39 +0200)
Qt is broken for the avr32 architecture since it lacks TLS support.
Fixes:
http://autobuild.buildroot.net/results/56d/56d1d8f12a847f1ba49547a51d7a3605755a0bb8/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/opencv/Config.in
package/qt/Config.in

index 6a47ac59cf93a45fe9ad850137cc901db0110483..26bf5e79c3b7a6ffa1ec4219e6d0005446eebfa5 100644 (file)
@@ -167,6 +167,7 @@ config BR2_PACKAGE_OPENCV_WITH_PNG
 config BR2_PACKAGE_OPENCV_WITH_QT
        bool "qt backend support"
        depends on BR2_INSTALL_LIBSTDCPP
+       depends on !BR2_avr32 # qt
        select BR2_PACKAGE_QT
        select BR2_PACKAGE_QT_STL
        default y
index fdbb5981723c8f07f4c9ab192b005aa2f8b36cef..9f6e54dff3590afea5178f277b2ac9658f7e4a3c 100644 (file)
@@ -3,6 +3,7 @@ comment "qt requires a toolchain with C++ support enabled"
 
 menuconfig BR2_PACKAGE_QT
        bool "Qt"
+       depends on !BR2_avr32 # lacks TLS
        depends on BR2_INSTALL_LIBSTDCPP
        help
          Qt is a cross-platform application and UI framework for