From patchwork Thu May 9 22:22:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 242864 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 5F56D2C00DA for ; Fri, 10 May 2013 08:22:31 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 90FE310279F; Thu, 9 May 2013 22:22:11 +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 PNRBsmLMGeMe; Thu, 9 May 2013 22:22:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id EF57810B85D; Thu, 9 May 2013 22:22:04 +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 A1C9A8F79E for ; Thu, 9 May 2013 22:22:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 053CE8CFB7 for ; Thu, 9 May 2013 22:22:19 +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 V0-HE-c0lhGv for ; Thu, 9 May 2013 22:22:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0D7DD8D0F7 for ; Thu, 9 May 2013 22:22:18 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id jt11so413770pbb.14 for ; Thu, 09 May 2013 15:22:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=MqHc5AiM8saV+IOZNKckg3tN7DvvqrzAIFvtrlXjRjE=; b=VkmxfLaa67YETazX84saH4VMx6KTPhu8p06qoMNYGqWLzoREr/pQHqUrXJNXS1i2KQ TDBI/F4FAXsB/B/9wbS183ioh3FxUQje1HjoGy3eA7k9iRlROb3s1GC4qk/F8ECo/baO FNl/uWncPX9zNIxkEqDKMiPmWijtNx9AhfIgsC4lxkR/hW1GsE3uulXe+rnzjybeVgZ6 PrRXebldhDQCD82IOzb8bNA+5aDqQxNjhWPg1tvrf6nq7mymhFm6CgzJKcDicZeUlKoi axCvLgsVQQcdQ+epQieDpKGgm863Hs21u3Hu6zlGMIbTLW/Mw6WGF0jQ3tZLBF/rpYQI CScw== X-Received: by 10.68.244.134 with SMTP id xg6mr8808349pbc.188.1368138139022; Thu, 09 May 2013 15:22:19 -0700 (PDT) Received: from localhost.localdomain ([72.166.5.70]) by mx.google.com with ESMTPSA id zo4sm6585pbc.21.2013.05.09.15.22.18 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 09 May 2013 15:22:18 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Thu, 9 May 2013 15:22:02 -0700 Message-Id: <1368138122-5950-2-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1368138122-5950-1-git-send-email-gilles.talis@gmail.com> References: <1368138122-5950-1-git-send-email-gilles.talis@gmail.com> Subject: [Buildroot] [PATCH 2/2] python-nfc: needs toolchain with 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net python-nfc uses libusb that requires a toolchain with threads support Signed-off-by: Gilles Talis --- package/python-nfc/Config.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/package/python-nfc/Config.in b/package/python-nfc/Config.in index c928ba1..dc46d6c 100644 --- a/package/python-nfc/Config.in +++ b/package/python-nfc/Config.in @@ -1,9 +1,13 @@ config BR2_PACKAGE_PYTHON_NFC bool "python-nfc" depends on BR2_PACKAGE_PYTHON + depends on BR2_TOOLCHAIN_HAS_THREADS # libusb select BR2_PACKAGE_LIBUSB select BR2_PACKAGE_LIBUSB_COMPAT help Python module for near field communication. https://launchpad.net/nfcpy + +comment "python-nfc requires a toolchain with threads support" + depends on !BR2_TOOLCHAIN_HAS_THREADS