From 036881b90919d04089d418067d076f391d82ea29 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Fri, 19 Jun 2009 14:00:36 +0900 Subject: ruby: introduce SHRT_VER to follow recent restructuring of upstream FTP server * update SRC_URI and checksums.ini --- recipes/ruby/ruby.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes') diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc index 978bf4b229..4fdfdca976 100644 --- a/recipes/ruby/ruby.inc +++ b/recipes/ruby/ruby.inc @@ -4,7 +4,8 @@ SECTION = "devel/ruby" PRIORITY = "optional" LICENSE = "GPL" -SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/ruby-${PV}.tar.gz \ +SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" +SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ file://extmk_run.patch;patch=1 \ file://openssl.patch;patch=1 \ file://disable_wide_getaddrinfo_check.patch;patch=1" -- cgit v1.2.3