From patchwork Sat Nov 1 18:08:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 405804 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 706BF1400AB for ; Sun, 2 Nov 2014 05:08:58 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9327C9569A; Sat, 1 Nov 2014 18:08:57 +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 xFzrrvYga61v; Sat, 1 Nov 2014 18:08:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 41B0495537; Sat, 1 Nov 2014 18:08:56 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 21F341C26D4 for ; Sat, 1 Nov 2014 18:08:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 16CB333297 for ; Sat, 1 Nov 2014 18:08:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F6Ezkn+cg9Db for ; Sat, 1 Nov 2014 18:08:50 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by silver.osuosl.org (Postfix) with ESMTPS id 7B5ED3323F for ; Sat, 1 Nov 2014 18:08:50 +0000 (UTC) Received: from localhost.localdomain (unknown [81.57.22.125]) by smtp5-g21.free.fr (Postfix) with ESMTP id EC0F4D4804B; Sat, 1 Nov 2014 19:06:41 +0100 (CET) From: Romain Naour To: buildroot@buildroot.org Date: Sat, 1 Nov 2014 19:08:33 +0100 Message-Id: <1414865313-30621-1-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 1.9.3 Subject: [Buildroot] [PATCH 1/1] package/tinyxml: fix the upstream URL 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Romain Naour --- package/tinyxml/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/tinyxml/Config.in b/package/tinyxml/Config.in index 061ff67..466e391 100644 --- a/package/tinyxml/Config.in +++ b/package/tinyxml/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_TINYXML TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs. - https://github.com/leethomason/tinyxml2 + http://sourceforge.net/projects/tinyxml comment "tinyxml needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP