diff options
author | Chad Nelson <cnelson@agleader.com> | 2014-10-21 22:04:49 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-30 08:59:31 +0100 |
commit | 839a8bb4a708b81bab2b4b41f88769b1726ef59e (patch) | |
tree | 81aab5d84f3073198bb3758ac04b4ee9830a7b64 /meta-ruby/recipes-devtools | |
parent | b47da92f2e11338e8544074bb3bc55713a779993 (diff) | |
download | meta-openembedded-839a8bb4a708b81bab2b4b41f88769b1726ef59e.tar.gz |
ruby-lang.org changed the subdomain/hostname of their download server.
Signed-off-by: Chad Nelson <cnelson@agleader.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-ruby/recipes-devtools')
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
20 | INC_PR = "r1" | 20 | INC_PR = "r1" |
21 | 21 | ||
22 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | 22 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
23 | SRC_URI = "http://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ | 23 | SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ |
24 | file://extmk.patch \ | 24 | file://extmk.patch \ |
25 | " | 25 | " |
26 | 26 | ||