From patchwork Mon Jul 15 19:47:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 259227 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 1F1AF2C0178 for ; Tue, 16 Jul 2013 05:52:22 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4E3B49352D; Mon, 15 Jul 2013 19:51:43 +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 85sBZnciXgWt; Mon, 15 Jul 2013 19:51:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 85DE9935E9; Mon, 15 Jul 2013 19:51:34 +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 12FAC1BF9FB for ; Mon, 15 Jul 2013 19:48:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4215288671 for ; Mon, 15 Jul 2013 19:48:50 +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 03LzPP-SO-n3 for ; Mon, 15 Jul 2013 19:48:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8EEBD87BF6 for ; Mon, 15 Jul 2013 19:48:49 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id wc20so14444317obb.32 for ; Mon, 15 Jul 2013 12:48:48 -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=mV0W+989KleuZt0uTQaQJzZZkjmb8JMf2chrHrIYE3U=; b=c5I0KI7s1y9Rh+VjbWFx3zyAYrAiF4bZ06r4Oy9AUdGtduUEDzvOORWz1bBhZHDxQM jPnyU9V5pnLXY5exgJkHUopzlBHRkHeLyh8xAx+Kutf2LpoVaQ2fY3an54mBRzeiN+3r nLwjYj8kgX5Lhgxjk3gIGzLdxO9DrO0Yte2V5mEqDkvVVQn/xX4hfJ3t7rHwDbTCu5jp EFAq4dMeS2kGAB1cHMgKPi6glTMg/uaRfbpibESil2Lcvq1u57YkK1JXzFPY1iqjsarS geX5CebyfXc7XNxmZoyRvjQDtLsMgfuywukbl4qiEX7sQD4qHktt9nkfATHU1ulfsdoY 6IMA== X-Received: by 10.60.52.165 with SMTP id u5mr44192483oeo.15.1373917728717; Mon, 15 Jul 2013 12:48:48 -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.47 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 12:48:48 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Mon, 15 Jul 2013 14:47:34 -0500 Message-Id: <1373917670-30006-52-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: ALoCoQkAhk5zlDNviRq1B6/XWbn10w5e/qZqSYZVErcJEizi+TBNYHYflBRic4QTFU1M5pVtwtzI Subject: [Buildroot] [PATCH 51/67] udev: 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/udev/Config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/udev/Config.in b/package/udev/Config.in index d3244d1..ed32c89 100644 --- a/package/udev/Config.in +++ b/package/udev/Config.in @@ -25,10 +25,15 @@ config BR2_PACKAGE_UDEV_ALL_EXTRAS select BR2_PACKAGE_ACL select BR2_PACKAGE_HWDATA select BR2_PACKAGE_LIBGLIB2 + depends on BR2_USE_WCHAR # libglib2 + depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 help Enable all extras with external dependencies like libacl, hwdata and libglib2 +comment "enabling all extras requires a toolchain with WCHAR and threading support" + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_USE_THREADS + endif comment "udev requires /dev mgmnt set to udev under System configuration"