From patchwork Mon Jul 15 19:47:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259221 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 580A92C0168 for ; Tue, 16 Jul 2013 05:52:00 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 13E06935CE; Mon, 15 Jul 2013 19:51:35 +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 WgKs1gNGP5ub; Mon, 15 Jul 2013 19:51:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 65F1693569; Mon, 15 Jul 2013 19:51:27 +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 F39F21BF9FB for ; Mon, 15 Jul 2013 19:48:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 309808BADF for ; Mon, 15 Jul 2013 19:48:45 +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 4W6IbaikXVeo for ; Mon, 15 Jul 2013 19:48:44 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id CA8E68C1F5 for ; Mon, 15 Jul 2013 19:48:44 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id ta17so14239862obb.22 for ; Mon, 15 Jul 2013 12:48:44 -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=5K2eKPJwuINMYjbWyHBGea07DDeOFzCEUK4Yn/gcQsY=; b=PJs8EYFEIg3kzV+pgOaK3+lHjlwEiS70VlqaJk9Y4ULB4eeVUsdsMdzO/oLEI6St3J ffc0Pkm1IZDrSEwQ02daeC6Z9kHecbyvioBO99KyOSnuHAoz1Tx74uzTVH6hQbd1an3L deHYLVYM3Rf4ivD01cdL9xBI2PSt07fAm4X3XmzrhCzbqRgx/gJ/fO1ACEfSQLzHPkGH fReiK0jN7RVvhGtufvyxPE7zrTN1wWyniwp2cKzznjppw3iZxq/G2zbzYDX3kvQO3SXq tWk5sqZtqW7Vihh0IpVsda49ASngstsVVtCQmCR5/Hf2vgJViCb/TtHL533X9memzaxA qrtw== X-Received: by 10.182.181.73 with SMTP id du9mr44693486obc.106.1373917723994; Mon, 15 Jul 2013 12:48:43 -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.43 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:43 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:29 -0500 Message-Id: <1373917670-30006-47-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: ALoCoQmKG/sjoQ/jof0c7qvXyAQtMdWJmrbayryDqAkPA4vtMkSnlkAHdmWAUnPFp/Kfsk0FQYdC Subject: [Buildroot] [PATCH 46/67] sconeserver: 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/sconeserver/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sconeserver/Config.in b/package/sconeserver/Config.in index 60ae2ae..e9b51c0 100644 --- a/package/sconeserver/Config.in +++ b/package/sconeserver/Config.in @@ -42,7 +42,7 @@ config BR2_PACKAGE_SCONESERVER_BLUETOOTH bool "bluetooth" depends on BR2_USE_WCHAR # bluez->libglib2 depends on BR2_USE_MMU # bluez->dbus - depends on BR2_TOOLCHAIN_HAS_THREADS # bluez->dbus + depends on BR2_TOOLCHAIN_HAS_THREADS # bluez->dbus, bluez->libglib2 depends on !BR2_avr32 # bluez_utils select BR2_PACKAGE_BLUEZ_UTILS help