From patchwork Thu Nov 2 13:17:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 833354 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3ySQd24Dpmz9s76 for ; Fri, 3 Nov 2017 00:18:14 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CCBB188230; Thu, 2 Nov 2017 13:18: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 Zg01AaAE9fEn; Thu, 2 Nov 2017 13:18:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id AC0508824A; Thu, 2 Nov 2017 13:18:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BD9621C021F for ; Thu, 2 Nov 2017 13:18:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B598B884B4 for ; Thu, 2 Nov 2017 13:18:07 +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 hdxI6j6UtYEa for ; Thu, 2 Nov 2017 13:18:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id B1062884AD for ; Thu, 2 Nov 2017 13:18:05 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 7DF264409E9; Thu, 2 Nov 2017 15:18:02 +0200 (IST) From: Baruch Siach To: buildroot@busybox.net Date: Thu, 2 Nov 2017 15:17:56 +0200 Message-Id: X-Mailer: git-send-email 2.14.2 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] azure-iot-sdk-c: use github for homepage X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 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" Many Buildroot users can not read Dutch. Although there is an English version of this page, the github page looks more suitable as a link for the software package itself, and the readme.md file is pretty informative. Cc: André Hentschel Signed-off-by: Baruch Siach --- package/azure-iot-sdk-c/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/azure-iot-sdk-c/Config.in b/package/azure-iot-sdk-c/Config.in index 366dc91ea6ea..c554d2fb9b44 100644 --- a/package/azure-iot-sdk-c/Config.in +++ b/package/azure-iot-sdk-c/Config.in @@ -11,7 +11,7 @@ config BR2_PACKAGE_AZURE_IOT_SDK_C Microsoft Azure IoT Hub device SDK for C is used to connect devices running C code to Azure IoT Hub. - https://docs.microsoft.com/nl-nl/azure/iot-hub/iot-hub-device-sdk-c-intro + https://github.com/Azure/azure-iot-sdk-c comment "azure-iot-sdk-c needs a toolchain w/ C++ and NPTL" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL