From 839a8bb4a708b81bab2b4b41f88769b1726ef59e Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Tue, 21 Oct 2014 22:04:49 -0500 Subject: ruby-lang.org changed the subdomain/hostname of their download server. Signed-off-by: Chad Nelson Signed-off-by: Martin Jansa --- meta-ruby/recipes-devtools/ruby/ruby.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ruby') diff --git a/meta-ruby/recipes-devtools/ruby/ruby.inc b/meta-ruby/recipes-devtools/ruby/ruby.inc index 409a320fdd..770286960d 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby.inc +++ b/meta-ruby/recipes-devtools/ruby/ruby.inc @@ -20,7 +20,7 @@ DEPENDS_class-native = "libyaml-native" INC_PR = "r1" SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" -SRC_URI = "http://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ +SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ file://extmk.patch \ " -- cgit 1.2.3-korg