aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ruby/ruby.inc
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/ruby/ruby.inc
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/ruby/ruby.inc')
-rw-r--r--recipes/ruby/ruby.inc4
1 files changed, 2 insertions, 2 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}"