From patchwork Wed Dec 31 09:31:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 424762 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 3649F1400F1 for ; Wed, 31 Dec 2014 20:31:29 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 36CD685CC2; Wed, 31 Dec 2014 09:31:28 +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 ut383c7t5tO4; Wed, 31 Dec 2014 09:31:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7BCDD85B79; Wed, 31 Dec 2014 09:31:27 +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 3E67B1C1FED for ; Wed, 31 Dec 2014 09:31:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 399782FB7F for ; Wed, 31 Dec 2014 09:31:26 +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 Ly3hR+78jVku for ; Wed, 31 Dec 2014 09:31:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by silver.osuosl.org (Postfix) with ESMTPS id 2A19925DD8 for ; Wed, 31 Dec 2014 09:31:25 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id n3so25229276wiv.17 for ; Wed, 31 Dec 2014 01:31:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=i21rp43+mw2HEXf/AX1mjWo6FvP5jaQPf3WPPWvXMY4=; b=FSESjttVikXeodxR93xaoW86eNtZ5HBp7/1akthRUi16tOatqc2ZXCtLkszWbCh3jF X8KQXHVbvjs0NV409bV9prrTTWlJUojfRIh2/fsFLy8eFpvxuplIodr7WolH4v1kNMp6 8V9YRRuBPnTtJh/uUNA6JG43KLDeqHcQUXbRRrXP0y+p2tt2i833wOptRaJEmaXuoMoQ 4aGY6wnayrVjn5gcWPshyT1/GQO0Qm3CdTtfJDV5/axvQ0bXUCibYkh5oXh8yx/fbstZ K9dLnQLq46xxU1BzxTjvmT1qAN+khsi0L6U76X0do8vIT4wKTcrxGW3hHd7h11ZSiq3m x4Zg== X-Received: by 10.194.110.69 with SMTP id hy5mr131021113wjb.121.1420018283695; Wed, 31 Dec 2014 01:31:23 -0800 (PST) Received: from mobeast.localdomain (dynamic-adsl-78-15-134-135.clienti.tiscali.it. [78.15.134.135]) by mx.google.com with ESMTPSA id gb10sm31679740wjb.21.2014.12.31.01.31.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 31 Dec 2014 01:31:23 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Wed, 31 Dec 2014 10:31:20 +0100 Message-Id: <1420018280-28316-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.1.0 Subject: [Buildroot] [PATCH] svgtiny: update source 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" As source url use the git repository instead of the unavaiable svn repository. This fix the following error: svn: E670002: Unable to connect to a repository at URL 'svn://svn.netsurf-browser.org/trunk/libsvgtiny' svn: E670002: Unknown hostname 'svn.netsurf-browser.org' Signed-off-by: Fabio Porcedda Cc: Vicente Olivert Riera --- package/libsvgtiny/libsvgtiny.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libsvgtiny/libsvgtiny.mk b/package/libsvgtiny/libsvgtiny.mk index a2d494e..ee2bb8a 100644 --- a/package/libsvgtiny/libsvgtiny.mk +++ b/package/libsvgtiny/libsvgtiny.mk @@ -4,8 +4,8 @@ # ################################################################################ -LIBSVGTINY_SITE = svn://svn.netsurf-browser.org/trunk/libsvgtiny -LIBSVGTINY_VERSION = 12121 +LIBSVGTINY_SITE = git://git.netsurf-browser.org/libsvgtiny.git +LIBSVGTINY_VERSION = ea9d99fc8b231c22d06168135e181d61f4eb2f06 LIBSVGTINY_INSTALL_STAGING = YES LIBSVGTINY_DEPENDENCIES = libxml2 host-gperf host-pkgconf LIBSVGTINY_LICENSE = MIT