From patchwork Mon Jul 15 19:47:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259203 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 049792C014A for ; Tue, 16 Jul 2013 05:51:15 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7A92893524; Mon, 15 Jul 2013 19:51:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HA0tNdiVszwv; Mon, 15 Jul 2013 19:51:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 6AE98934BF; Mon, 15 Jul 2013 19:51:12 +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 C63401BF9FB for ; Mon, 15 Jul 2013 19:48:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 01D498BAD1 for ; Mon, 15 Jul 2013 19:48:33 +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 Wew5nA22I-K6 for ; Mon, 15 Jul 2013 19:48:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6C8E38BB40 for ; Mon, 15 Jul 2013 19:48:31 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id k14so15939803oag.26 for ; Mon, 15 Jul 2013 12:48:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=/SKvsg1OrGKvOkcFJjuU75iRPYQmpx2ITuned+91TK4=; b=CW3NycLyLeJiuylc+OrZv1nva61lfD3iFm3Yp7W9DXU6DrULeMveVOyJ5ceMMwgxja nBOiJfJFnqbtEcv54XH/RAGssCkJFbkjbsmmXMt5r3+Ss5gd5OComVn7Xnoh1i8ga5rd iTomSuWO664zBbZPtHtZyZcNYjVbxb/3eid4UrIZEboR4LavPN5rGLXX8Vj3apOxsrdd Sy3W3QvKW/1bkiQx7njYO3gEzdkHCkhd7CVD9WQjdOUAS2VrsCXj5z4m0+n/YVxVKW1x rtFJtxn5jJ7YncbbDBx3+18XNg1Yl9UhwPWyasYhn5mHn/T748gvyEIVnFoqEp0Sgu4Y bqLw== X-Received: by 10.60.162.67 with SMTP id xy3mr3242336oeb.26.1373917710691; Mon, 15 Jul 2013 12:48:30 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id rs4sm69528145obc.10.2013.07.15.12.48.29 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:30 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:16 -0500 Message-Id: <1373917670-30006-34-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1373917670-30006-1-git-send-email-spenser@gillilanding.com> References: <1373917670-30006-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQnB1iFIvRunxDpNQp91Ade8Lo1c/0UdbgXlqzi5rCXxnJlrWBn0+wM+ht2Hy/J/ZsWFLhz6 Subject: [Buildroot] [PATCH 33/67] lttng-babeltrace: libglib2 requires threads 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Spenser Gilliland --- package/lttng-babeltrace/Config.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package/lttng-babeltrace/Config.in b/package/lttng-babeltrace/Config.in index 6f47304..4f14477 100644 --- a/package/lttng-babeltrace/Config.in +++ b/package/lttng-babeltrace/Config.in @@ -4,9 +4,10 @@ config BR2_PACKAGE_LTTNG_BABELTRACE select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID select BR2_PACKAGE_LIBGLIB2 - # libglib2 needs gettext which needs wchar support, and we - # also depends on util-linux which needs wchar + # libglib2 needs thread support and gettext which needs wchar support, and + # we also depends on util-linux which needs wchar depends on BR2_USE_WCHAR + depends on BR2_TOOLCHAIN_HAS_THREADS # util-linux depends on largefile support depends on BR2_LARGEFILE help @@ -26,5 +27,6 @@ config BR2_PACKAGE_LTTNG_BABELTRACE http://lttng.org -comment "lttng-babeltrace needs WCHAR and LARGEFILE support" - depends on BR2_PACKAGE_LTTNG_TOOLS && !(BR2_USE_WCHAR || BR2_LARGEFILE) +comment "lttng-babeltrace needs WCHAR, threading and LARGEFILE support" + depends on BR2_PACKAGE_LTTNG_TOOLS && \ + (!BR2_USE_WCHAR || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS)