On Tue, Oct 21, 2014 at 8:04 PM, Chad Nelson <[email protected]> wrote: > From: Chad Nelson <[email protected]> > > Signed-off-by: Chad Nelson <[email protected]> > --- > 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 409a320..7702869 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 \ > "
It seems to be a temp failure now I can download successfully from original ftp location curl -O ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.9.1-p429.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8865k 100 8865k 0 0 1403k 0 0:00:06 0:00:06 --:--:-- 1865k this patch may not be needed -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
