From: Axel Lin <axel.lin@ingics.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] zmqpp: Remove duplicated thread dependency for zmqpp client
Date: Wed, 16 Oct 2013 14:50:47 +0800 [thread overview]
Message-ID: <1381906247.31664.1.camel@phoenix> (raw)
BR2_PACKAGE_ZMQPP_CLIENT depends on BR2_PACKAGE_ZMQPP which depends on
BR2_TOOLCHAIN_HAS_THREADS.
BR2_PACKAGE_ZMQPP_CLIENT is visible only when BR2_TOOLCHAIN_HAS_THREADS is
enabled, thus remove the duplicated dependency and comment for zmqpp client.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
package/zmqpp/Config.in | 4 ----
1 file changed, 4 deletions(-)
diff --git a/package/zmqpp/Config.in b/package/zmqpp/Config.in
index bbc4f95..bfbdf4b 100644
--- a/package/zmqpp/Config.in
+++ b/package/zmqpp/Config.in
@@ -22,12 +22,8 @@ comment "zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads"
config BR2_PACKAGE_ZMQPP_CLIENT
bool "zmqpp client"
depends on BR2_PACKAGE_ZMQPP
- depends on BR2_TOOLCHAIN_HAS_THREADS # boost
select BR2_PACKAGE_BOOST
select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
help
Build and install the zmqpp client, a command line tool that can be
used to listen or send to zeromq sockets.
-
-comment "zmqpp client needs a toolchain w/ threads"
- depends on BR2_PACKAGE_ZMQPP && !BR2_TOOLCHAIN_HAS_THREADS
--
1.8.1.2
next reply other threads:[~2013-10-16 6:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-16 6:50 Axel Lin [this message]
2013-10-16 21:32 ` [Buildroot] [PATCH] zmqpp: Remove duplicated thread dependency for zmqpp client Arnout Vandecappelle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1381906247.31664.1.camel@phoenix \
--to=axel.lin@ingics.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox