From patchwork Thu Sep 20 13:24:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Weber X-Patchwork-Id: 972437 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=rockwellcollins.com Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42GHXf6mkSz9sBZ for ; Thu, 20 Sep 2018 23:25:22 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EEC228836D; Thu, 20 Sep 2018 13:25:20 +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 aACzQB+Xxbdx; Thu, 20 Sep 2018 13:25:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 128E588384; Thu, 20 Sep 2018 13:25:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 802091C20AF for ; Thu, 20 Sep 2018 13:25:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7DE418374C for ; Thu, 20 Sep 2018 13:25:04 +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 vbM0G92Ec53a for ; Thu, 20 Sep 2018 13:25:03 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from da1vs03.rockwellcollins.com (da1vs03.rockwellcollins.com [205.175.227.47]) by fraxinus.osuosl.org (Postfix) with ESMTPS id E7F7C82087 for ; Thu, 20 Sep 2018 13:25:02 +0000 (UTC) Received: from ofwda1n02.rockwellcollins.com (HELO dtulimr01.rockwellcollins.com) ([205.175.227.14]) by da1vs03.rockwellcollins.com with ESMTP; 20 Sep 2018 08:25:02 -0500 X-Received: from largo.rockwellcollins.com (unknown [192.168.140.76]) by dtulimr01.rockwellcollins.com (Postfix) with ESMTP id 96489601A6; Thu, 20 Sep 2018 08:25:02 -0500 (CDT) From: Matt Weber To: buildroot@buildroot.org Date: Thu, 20 Sep 2018 08:24:59 -0500 Message-Id: <1537449899-9576-14-git-send-email-matthew.weber@rockwellcollins.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1537449899-9576-1-git-send-email-matthew.weber@rockwellcollins.com> References: <1537449899-9576-1-git-send-email-matthew.weber@rockwellcollins.com> Subject: [Buildroot] [PATCH 14/14] package/alljoyn-tcl-base: URL update 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Matt Weber --- package/alljoyn-tcl-base/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/alljoyn-tcl-base/Config.in b/package/alljoyn-tcl-base/Config.in index ebc3370..404957a 100644 --- a/package/alljoyn-tcl-base/Config.in +++ b/package/alljoyn-tcl-base/Config.in @@ -12,7 +12,7 @@ config BR2_PACKAGE_ALLJOYN_TCL_BASE AllJoyn distributed programming environment to embedded systems. - https://allseenalliance.org + https://github.com/alljoyn/alljoyn.github.com/wiki comment "alljoyn-tcl-base needs a toolchain w/ threads and dynamic library" depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS