mosquitto: remove ipv6 depends
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 22 Apr 2015 22:13:58 +0000 (19:13 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 23 Apr 2015 07:48:45 +0000 (09:48 +0200)
The package was added after the last iteration of the non-ipv6
toolchain removal, so adjust it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mosquitto/Config.in

index 8f579f87ed440251544e7605fde8ef3df595179a..50937d0554093949d7ba8b614406be88945b173c 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_MOSQUITTO
        bool "mosquitto"
        depends on BR2_USE_MMU # fork()
-       depends on BR2_INET_IPV6
        depends on !BR2_STATIC_LIBS # builds .so
        help
          Mosquitto is an open source message broker that implements
@@ -14,6 +13,6 @@ config BR2_PACKAGE_MOSQUITTO
 
          http://mosquitto.org/
 
-comment "mosquitto needs a toolchain w/ IPv6, dynamic library"
+comment "mosquitto needs a toolchain w/ dynamic library"
        depends on BR2_USE_MMU
-       depends on !BR2_INET_IPV6 || BR2_STATIC_LIBS
+       depends on BR2_STATIC_LIBS