* [Buildroot] [PATCH] bluez5_utils: needs ipv6
@ 2014-08-04 10:19 Gustavo Zacarias
2014-08-04 16:27 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-08-04 10:19 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/bd2/bd262b626358563110609dde411e96dc980ebf6a/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/bluez5_utils/Config.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in
index 62bac5d..9152093 100644
--- a/package/bluez5_utils/Config.in
+++ b/package/bluez5_utils/Config.in
@@ -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
--
1.8.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] bluez5_utils: needs ipv6
2014-08-04 10:19 [Buildroot] [PATCH] bluez5_utils: needs ipv6 Gustavo Zacarias
@ 2014-08-04 16:27 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-08-04 16:27 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Mon, 4 Aug 2014 07:19:54 -0300, Gustavo Zacarias wrote:
> Fixes:
> http://autobuild.buildroot.net/results/bd2/bd262b626358563110609dde411e96dc980ebf6a/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/bluez5_utils/Config.in | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-04 16:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 10:19 [Buildroot] [PATCH] bluez5_utils: needs ipv6 Gustavo Zacarias
2014-08-04 16:27 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox