From patchwork Mon Jul 3 21:45:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Zwing?= X-Patchwork-Id: 783659 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3x1gfy0yj5z9s9Y for ; Tue, 4 Jul 2017 07:45:46 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=dawncrow.de header.i=@dawncrow.de header.b="I//0RcWp"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4739986DEE; Mon, 3 Jul 2017 21:45:44 +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 dlETdnEW7ik2; Mon, 3 Jul 2017 21:45:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 65FA9868AC; Mon, 3 Jul 2017 21:45:42 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 4BD461C20A3 for ; Mon, 3 Jul 2017 21:45:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 45FCC85FCA for ; Mon, 3 Jul 2017 21:45:41 +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 rcBPHnHFlsjS for ; Mon, 3 Jul 2017 21:45:39 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [81.169.146.216]) by hemlock.osuosl.org (Postfix) with ESMTPS id 7961885A57 for ; Mon, 3 Jul 2017 21:45:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1499118337; l=1151; s=domk; d=dawncrow.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Subject:To: From; bh=HIdhphWnAnm0RBQCOkUmCead7F5G9umZFILOZT/6/rM=; b=I//0RcWpA0mJNWdtt36CW+Xn3XeOI9zUO9TGRNBW7w7K0FgG3E1dyLFh0P1QwrHCDg F3txOe5ZBcmUmDps69PHc8rTQLLcnaGDuNGUIAr9dB0zmEzc/YstwuIMhhBQKSzJ4owt Ovy6rzFbv8XIn7ayXTETj0IGQqCJzNI7OrQIY= X-RZG-AUTH: :ImkWY2CseuihIZy6ZWWciR6unPh+P/KeXNOPfgUVDCICsaql0sd8Q4Nsov0AbrBb8UaLm7RRd4tBF6MEJPAfJzEePoI= X-RZG-CLASS-ID: mo00 Received: from tesla.fritz.box ([2001:470:6f:b52:ce5:84ce:b29c:f47e]) by smtp.strato.de (RZmta 41.0 AUTH) with ESMTPSA id x09e20t63LjZ51u (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Mon, 3 Jul 2017 23:45:35 +0200 (CEST) From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= To: buildroot@buildroot.org Date: Mon, 3 Jul 2017 23:45:32 +0200 Message-Id: <1499118332-27665-1-git-send-email-nerv@dawncrow.de> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] azure-iot-sdk-c: Package depends on NPTL X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Fixes: http://autobuild.buildroot.org/results/1ad/1ad1c02eb866dd9a1b586308b11b4242f4321355/ http://autobuild.buildroot.org/results/fd0/fd0a1f71fec062a530bcffe95e501095657c0d50/ Signed-off-by: André Hentschel --- package/azure-iot-sdk-c/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/azure-iot-sdk-c/Config.in b/package/azure-iot-sdk-c/Config.in index 9fb956a..366dc91 100644 --- a/package/azure-iot-sdk-c/Config.in +++ b/package/azure-iot-sdk-c/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_AZURE_IOT_SDK_C bool "azure-iot-sdk-c" depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL select BR2_PACKAGE_LIBCURL select BR2_PACKAGE_LIBXML2 select BR2_PACKAGE_OPENSSL @@ -12,5 +13,5 @@ config BR2_PACKAGE_AZURE_IOT_SDK_C https://docs.microsoft.com/nl-nl/azure/iot-hub/iot-hub-device-sdk-c-intro -comment "azure-iot-sdk-c needs a toolchain w/ C++" - depends on !BR2_INSTALL_LIBSTDCPP +comment "azure-iot-sdk-c needs a toolchain w/ C++ and NPTL" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL