From patchwork Mon Oct 21 05:53:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 285118 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 2F0182C00AC for ; Mon, 21 Oct 2013 16:53:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 20B1531E21; Mon, 21 Oct 2013 05:53:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hc9khD3CLf3c; Mon, 21 Oct 2013 05:53:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8565731D16; Mon, 21 Oct 2013 05:53:10 +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 53BCD1CE6ED for ; Mon, 21 Oct 2013 05:53:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4C9518A1A2 for ; Mon, 21 Oct 2013 05:53:09 +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 iWjuImo54dx2 for ; Mon, 21 Oct 2013 05:53:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6BC168A0B2 for ; Mon, 21 Oct 2013 05:53:08 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id ld10so4233517pab.38 for ; Sun, 20 Oct 2013 22:53:08 -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=k71GCUxSdcYlbb0QHcS/Bar+NO1ujkX2SV0M5aDi9G8=; b=XWfaWwVRhgr5XbAY+xeKP80CoAeRkkv+F3cUSHlv6TjZwp1G2trvQYoy82fn3AxBW4 wuI6bhw3Pf2edG+boR0xdHCouHnciyWFIWbDxocfVrhWZyvAMyF8u4Wm3CtmV4n7QFfc nbzfa6ecmG1bWw4j+FFFDGkNNfIE9biVPcwc1XHmFnf3AJUbXs5Fdu0iLbdsCxFVZ0mD V43kzB5Ez89Scf1evuog/lW7w5XzczlWb/6ryapb3dUtB27jW1fzE08IJkXgcHV0kvj7 CUmukE20WPLAot0Y4dax1AfV96wV/NwCE+UEVaZVM6fRJa3TPl5YI70YoZkzfac/QI3M DDJA== X-Gm-Message-State: ALoCoQnFcJBj2HLRzWzeEz7EsOJx/j15wXTsb8qDCXG6/u4PkCFbuQcaIZbV3jh8l2vtLVafMY+H X-Received: by 10.68.197.200 with SMTP id iw8mr60872pbc.197.1382334787787; Sun, 20 Oct 2013 22:53:07 -0700 (PDT) Received: from [218.164.136.249] (218-164-136-249.dynamic.hinet.net. [218.164.136.249]) by mx.google.com with ESMTPSA id f8sm1746561pbe.43.2013.10.20.22.53.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 20 Oct 2013 22:53:07 -0700 (PDT) Message-ID: <1382334782.6613.0.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Mon, 21 Oct 2013 13:53:02 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] cppzmq/czmq: Update comment for needs threads support 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 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 --- package/cppzmq/Config.in | 2 +- package/czmq/Config.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/cppzmq/Config.in b/package/cppzmq/Config.in index 9629383..e17963e 100644 --- a/package/cppzmq/Config.in +++ b/package/cppzmq/Config.in @@ -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) diff --git a/package/czmq/Config.in b/package/czmq/Config.in index 9ba5e65..d442293 100644 --- a/package/czmq/Config.in +++ b/package/czmq/Config.in @@ -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)