* [Buildroot] [PATCH] libnl: requires thread support
@ 2012-07-26 17:46 Gustavo Zacarias
2012-07-30 17:20 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2012-07-26 17:46 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.net/results/813602e91ad4022957b3bc8d285ddb2b05d3b875/build-end.log
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/hostapd/Config.in | 4 ++++
package/iw/Config.in | 4 ++++
package/libnl/Config.in | 4 ++++
package/ti-utils/Config.in | 4 ++++
4 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
index 4a474c3..49e8400 100644
--- a/package/hostapd/Config.in
+++ b/package/hostapd/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_HOSTAPD
bool "hostapd"
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
select BR2_PACKAGE_LIBNL
help
User space daemon for wireless access points.
@@ -23,3 +24,6 @@ config BR2_PACKAGE_HOSTAPD_WPS
Enable support for Wi-Fi Protected Setup.
endif
+
+comment "hostapd requires a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/iw/Config.in b/package/iw/Config.in
index 81584e7..69ef675 100644
--- a/package/iw/Config.in
+++ b/package/iw/Config.in
@@ -1,7 +1,11 @@
config BR2_PACKAGE_IW
bool "iw"
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
select BR2_PACKAGE_LIBNL
help
Utility for wireless devices using the mac80211 kernel stack
http://wireless.kernel.org/en/users/Documentation/iw
+
+comment "iw requires a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/libnl/Config.in b/package/libnl/Config.in
index c7d4359..f4a1dc2 100644
--- a/package/libnl/Config.in
+++ b/package/libnl/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LIBNL
bool "libnl"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
A library for applications dealing with netlink socket.
@@ -10,3 +11,6 @@ config BR2_PACKAGE_LIBNL_TOOLS
depends on BR2_PACKAGE_LIBNL
help
Install binary tools.
+
+comment "libnl requires a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/ti-utils/Config.in b/package/ti-utils/Config.in
index 02ae336..94d6204 100644
--- a/package/ti-utils/Config.in
+++ b/package/ti-utils/Config.in
@@ -1,8 +1,12 @@
config BR2_PACKAGE_TI_UTILS
bool "ti-utils"
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
select BR2_PACKAGE_LIBNL
help
The calibrator and other useful utilities for TI wireless solution,
based on wl12xx driver.
http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator
+
+comment "ti-utils requires a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
--
1.7.8.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] libnl: requires thread support
2012-07-26 17:46 [Buildroot] [PATCH] libnl: requires thread support Gustavo Zacarias
@ 2012-07-30 17:20 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2012-07-30 17:20 UTC (permalink / raw)
To: buildroot
Le Thu, 26 Jul 2012 14:46:42 -0300,
Gustavo Zacarias <gustavo@zacarias.com.ar> a ?crit :
> Fixes
> http://autobuild.buildroot.net/results/813602e91ad4022957b3bc8d285ddb2b05d3b875/build-end.log
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Applied, thanks.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-30 17:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 17:46 [Buildroot] [PATCH] libnl: requires thread support Gustavo Zacarias
2012-07-30 17:20 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox