From d2e47ce600dd3ffadc5bb7e14980312a3ca7610b Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 29 Sep 2010 06:13:46 +0000 Subject: ruby: update SRC_URI in ruby.inc Signed-off-by: Jesse Gilles Signed-off-by: Khem Raj --- recipes/ruby/ruby.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/ruby/ruby.inc') 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}" -- cgit 1.2.3-korg