From patchwork Wed Oct 16 06:50:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 283853 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id A23192C0091 for ; Wed, 16 Oct 2013 17:50:57 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C70D5896D9; Wed, 16 Oct 2013 06:50:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RG2yOMjf5aUa; Wed, 16 Oct 2013 06:50:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 193CF89699; Wed, 16 Oct 2013 06:50:56 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 46A781C25F7 for ; Wed, 16 Oct 2013 06:50:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3F4088AC08 for ; Wed, 16 Oct 2013 06:50:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YjMMfiYIHZor for ; Wed, 16 Oct 2013 06:50:52 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id 461578AC10 for ; Wed, 16 Oct 2013 06:50:52 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id lj1so493234pab.8 for ; Tue, 15 Oct 2013 23:50:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=eOxeoh78zs7ugF928+23CGTOzbbg1m1Q7vKgzExHIJ4=; b=NgH6t27DseD2JbNVQUzsD2rIT+/OwJY/PkvPhIhiMYiNlGxAkojADI4kINZEi2BmjQ ZUF3rMfW/GHmD6/nuuDfE49ZPFlZEpXrIPVohqvx7AKqohw6Uu/ss/+anjojU2Bo4Jy1 AKzVj6+0qjrTClXIA2+R4BztrpgVxdW5mhv/4Am+Nff6zTZysrNDwH1hQz7COxL5wTRL reTCCUjhHaip+pzbjm2SBichI5om7+K1qib7VkM+qqZQutfwsA26Jut4xeHA0O36Qf3O HzkzoIIDC7b3siuI/2D6JqbxKEY1lEcBjqX3qbYiBy7uiSlpDlWZ+bxTxm3NcfLwBBrq Sefw== X-Gm-Message-State: ALoCoQnf0OPn5vgRBr8nSE5aPYIR/Ibn97qBt2JXp5WBVvOo1cmzwzqKVxvF9VhrAxrG7NO4j0GQ X-Received: by 10.66.250.138 with SMTP id zc10mr1994458pac.72.1381906251979; Tue, 15 Oct 2013 23:50:51 -0700 (PDT) Received: from [218.164.132.175] (218-164-132-175.dynamic.hinet.net. [218.164.132.175]) by mx.google.com with ESMTPSA id be1sm23462557pbb.28.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Oct 2013 23:50:51 -0700 (PDT) Message-ID: <1381906247.31664.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Wed, 16 Oct 2013 14:50:47 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] zmqpp: Remove duplicated thread dependency for zmqpp client X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net 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 --- 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