cppzmq/czmq: Update comment for needs threads support
authorAxel Lin <axel.lin@ingics.com>
Mon, 21 Oct 2013 05:53:02 +0000 (13:53 +0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 Nov 2013 15:39:11 +0000 (16:39 +0100)
Comment 7e37d235f "zeromq: needs threads" adds BR2_TOOLCHAIN_HAS_THREADS
dependency but forgot to add corresponding comment for cppzmq and czmq. Fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cppzmq/Config.in
package/czmq/Config.in

index 9629383f2d7f4b800e18a93759412e1d16d40ee1..e17963ecf2b08bad3e3470fd6b2f6e0228966312 100644 (file)
@@ -11,6 +11,6 @@ config BR2_PACKAGE_CPPZMQ
 
          http://github.com/zeromq/cppzmq
 
-comment "cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar"
+comment "cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads"
        depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
                && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
index 9ba5e65c3fba2e2fa83da6b208e3f181dbdb7200..d442293681156522d8e135cad0a7de17007d44a8 100644 (file)
@@ -15,6 +15,6 @@ config BR2_PACKAGE_CZMQ
 
          http://czmq.zeromq.org/
 
-comment "czmq needs a toolchain w/ C++, IPv6, largefile, wchar"
+comment "czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads"
        depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
                && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)