[Buildroot] [PATCH] svgtiny: update source url

Baruch Siach baruch at tkos.co.il
Wed Dec 31 09:38:51 UTC 2014


Hi Fabio,

On Wed, Dec 31, 2014 at 10:31:20AM +0100, Fabio Porcedda wrote:
> 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 <fabio.porcedda at gmail.com>
> Cc: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
> ---
>  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

git clone over HTTP is generally preferable, because corporate firewalls tend 
to block the native git port. This repo seems to be accessible also from 
http://git.netsurf-browser.org/libsvgtiny.git as well. Don't forget to set 
SITE_METHODD = git.

Thanks,
baruch


-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the buildroot mailing list