bluez5_utils: needs ipv6
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 4 Aug 2014 10:19:54 +0000 (07:19 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Aug 2014 16:26:27 +0000 (18:26 +0200)
Fixes:
http://autobuild.buildroot.net/results/bd2/bd262b626358563110609dde411e96dc980ebf6a/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/bluez5_utils/Config.in

index 62bac5d68024c08f91c540a959181de36dbf3861..915209390360a53e57fbeb5aa7956695528458f8 100644 (file)
@@ -4,6 +4,7 @@ config BR2_PACKAGE_BLUEZ5_UTILS
        depends on BR2_USE_WCHAR # libglib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
        depends on BR2_USE_MMU # dbus
+       depends on BR2_INET_IPV6
        depends on !BR2_PACKAGE_BLUEZ_UTILS # conflicts with 4.x version
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
        select BR2_PACKAGE_DBUS
@@ -60,8 +61,9 @@ config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
 
 endif
 
-comment "bluez5-utils needs a toolchain w/ wchar, threads, headers >= 3.4"
-       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
+comment "bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4"
+       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
+               !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
 
 comment "bluez5-utils conflicts with older bluez-utils version"
        depends on BR2_PACKAGE_BLUEZ_UTILS