* [Buildroot] [PATCH] sconeserver: requires thread support
@ 2013-06-03 6:57 spdawson at gmail.com
2013-06-03 7:15 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: spdawson at gmail.com @ 2013-06-03 6:57 UTC (permalink / raw)
To: buildroot
From: Simon Dawson <spdawson@gmail.com>
Fixes autobuild failures such as the following.
http://autobuild.buildroot.net/results/a290aa34bd44c0e08f7aa44a7c606420668eef6d/
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
package/sconeserver/Config.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/sconeserver/Config.in b/package/sconeserver/Config.in
index 0fc3a13..a467476 100644
--- a/package/sconeserver/Config.in
+++ b/package/sconeserver/Config.in
@@ -1,6 +1,7 @@
menuconfig BR2_PACKAGE_SCONESERVER
bool "sconeserver"
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_PCRE
help
Sconeserver is a modular, object-orientated and extremely versatile
@@ -90,5 +91,5 @@ comment "ui module requires X.org"
endif # BR2_PACKAGE_SCONESERVER
-comment "sconeserver requires a toolchain with C++ support enabled"
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "sconeserver requires a toolchain with C++ and thread support enabled"
+ depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] sconeserver: requires thread support
2013-06-03 6:57 [Buildroot] [PATCH] sconeserver: requires thread support spdawson at gmail.com
@ 2013-06-03 7:15 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-06-03 7:15 UTC (permalink / raw)
To: buildroot
>>>>> "spdawson" == spdawson <spdawson@gmail.com> writes:
spdawson> From: Simon Dawson <spdawson@gmail.com>
spdawson> Fixes autobuild failures such as the following.
spdawson> http://autobuild.buildroot.net/results/a290aa34bd44c0e08f7aa44a7c606420668eef6d/
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-03 7:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 6:57 [Buildroot] [PATCH] sconeserver: requires thread support spdawson at gmail.com
2013-06-03 7:15 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox