summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-09-29 06:13:46 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-13 21:30:28 -0700
commitd2e47ce600dd3ffadc5bb7e14980312a3ca7610b (patch)
treeea7375bdf9ecf234e53e6a54352f75e2069e7b7a /recipes
parent16291dd0305169f098dedc2b87947c0b255e78d1 (diff)
downloadopenembedded-d2e47ce600dd3ffadc5bb7e14980312a3ca7610b.tar.gz
ruby: update SRC_URI in ruby.inc
Signed-off-by: Jesse Gilles <jgilles@multitech.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ruby/ruby.inc4
-rw-r--r--recipes/ruby/ruby_1.8.7-p302.bb4
2 files changed, 2 insertions, 6 deletions
diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc
index cd8d2df655..cbae8092f9 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 8c9da40f79..13a6652d75 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"