domoticz: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 20 Jul 2016 12:37:48 +0000 (14:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 20 Jul 2016 19:24:01 +0000 (21:24 +0200)
The option was globally removed with
https://git.busybox.net/buildroot/commit/package/boost?id=668ce456448d671f30bf98c4d4819a88b0bf9f4e

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/domoticz/Config.in

index e6d2571eb0f5646d7a35b9f6ea1819ca3202e8d7..3bd7824addface701a4c5075e83a4ee059a9962d 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_DOMOTICZ
        bool "domoticz"
-       depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS # boost
        depends on BR2_USE_MMU # mosquitto
        depends on !BR2_STATIC_LIBS # mosquitto
        depends on BR2_TOOLCHAIN_HAS_THREADS
@@ -26,7 +25,6 @@ config BR2_PACKAGE_DOMOTICZ
          http://domoticz.com
 
 comment "domoticz needs lua >= 5.2 and a toolchain w/ C++, threads, wchar, dynamic library"
-       depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
        depends on BR2_USE_MMU
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
                !BR2_USE_WCHAR || BR2_STATIC_LIBS || \