qt: needs MMU (fork)
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sun, 23 Feb 2014 17:04:08 +0000 (18:04 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 23 Feb 2014 19:51:10 +0000 (20:51 +0100)
Fixes
http://autobuild.buildroot.net/results/4f7/4f744595efceba2d5a54151bf5f1802eb1268fac/

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/opencv/Config.in
package/openpowerlink/Config.in
package/qt/Config.in

index 9e952cabc644767c24c54407cea238df8225816f..96ff6d8b2e5cfb4b5228c4e3a1fd1cdedb602878 100644 (file)
@@ -169,6 +169,7 @@ config BR2_PACKAGE_OPENCV_WITH_QT
        bool "qt backend support"
        depends on BR2_INSTALL_LIBSTDCPP
        depends on !BR2_avr32 # qt
+       depends on BR2_USE_MMU # qt
        select BR2_PACKAGE_QT
        select BR2_PACKAGE_QT_STL
        default y
index cdb09a2e9c4e1247a2a1a957a15dcf769c0f6813..85739617e513da1f081529768f22eaf5f070f96a 100644 (file)
@@ -1,4 +1,5 @@
 comment "openpowerlink needs a toolchain w/ C++, threads"
+       depends on BR2_USE_MMU
        depends on BR2_i386 || BR2_x86_64
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
 
@@ -7,6 +8,7 @@ config BR2_PACKAGE_OPENPOWERLINK
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_i386 || BR2_x86_64
+       depends on BR2_USE_MMU # qt
        help
          openPOWERLINK is an Open Source Industrial Ethernet
          stack implementing the POWERLINK protocol for Managing Node
index 926d54c619635c9c84bf21cd7b80df8a5b05ed89..5105e5d8b17ff99dba1e1f3c07f89a080c4d42ba 100644 (file)
@@ -1,10 +1,12 @@
 comment "qt needs a toolchain w/ C++, threads"
        depends on !BR2_avr32
+       depends on BR2_USE_MMU
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
 
 menuconfig BR2_PACKAGE_QT
        bool "Qt"
        depends on !BR2_avr32 # lacks TLS
+       depends on BR2_USE_MMU # fork
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_HAS_THREADS
        help