ruby: update SRC_URI in ruby.inc
authorJesse Gilles <jgilles@multitech.com>
Wed, 29 Sep 2010 06:13:46 +0000 (06:13 +0000)
committerKhem Raj <raj.khem@gmail.com>
Thu, 14 Oct 2010 04:30:28 +0000 (21:30 -0700)
Signed-off-by: Jesse Gilles <jgilles@multitech.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/ruby/ruby.inc
recipes/ruby/ruby_1.8.7-p302.bb

index cd8d2df..cbae809 100644 (file)
@@ -11,8 +11,8 @@ INC_PR = "r2"
 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 \
-           file://openssl.patch \
-           file://disable_wide_getaddrinfo_check.patch"
+           file://extmk.patch \
+"
 
 S = "${WORKDIR}/ruby-${PV}"
 
index 8c9da40..13a6652 100644 (file)
@@ -1,10 +1,6 @@
 require ruby.inc
 PR = "${INC_PR}.0"
 
-SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \
-           file://extmk_run.patch \
-           file://extmk.patch \
-"
 SRC_URI[md5sum] = "f446550dfde0d8162a6ed8d5a38b3ac2"
 SRC_URI[sha256sum] = "5883df5204de70762602ce885b18c8bf6c856d33298c35df9151031b2ce044a1"