[oe-commits] Jesse Gilles : ruby: update SRC_URI in ruby.inc

git version control git at git.openembedded.org
Thu Oct 14 04:33:19 UTC 2010


Module: openembedded.git
Branch: master
Commit: d2e47ce600dd3ffadc5bb7e14980312a3ca7610b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d2e47ce600dd3ffadc5bb7e14980312a3ca7610b

Author: Jesse Gilles <jgilles at multitech.com>
Date:   Wed Sep 29 06:13:46 2010 +0000

ruby: update SRC_URI in ruby.inc

Signed-off-by: Jesse Gilles <jgilles at multitech.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/ruby/ruby.inc           |    4 ++--
 recipes/ruby/ruby_1.8.7-p302.bb |    4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc
index cd8d2df..cbae809 100644
--- a/recipes/ruby/ruby.inc
+++ b/recipes/ruby/ruby.inc
@@ -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}"
 
diff --git a/recipes/ruby/ruby_1.8.7-p302.bb b/recipes/ruby/ruby_1.8.7-p302.bb
index 8c9da40..13a6652 100644
--- a/recipes/ruby/ruby_1.8.7-p302.bb
+++ b/recipes/ruby/ruby_1.8.7-p302.bb
@@ -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"
 





More information about the Openembedded-commits mailing list