From f3d72e8111f3be20e7b72c3c931bddebad0eaf4b Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Tue, 21 Oct 2014 11:07:22 -0500 Subject: [PATCH] Update ruby.inc Looks like ruby-lang.org change the subdomain/hostname of their download server. --- meta-ruby/recipes-devtools/ruby/ruby.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ruby/recipes-devtools/ruby/ruby.inc b/meta-ruby/recipes-devtools/ruby/ruby.inc index 409a320fdd2..770286960dc 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 \ "