summaryrefslogtreecommitdiffstats
path: root/recipes/ruby/ruby.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ruby/ruby.inc')
-rw-r--r--recipes/ruby/ruby.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc
index 10acfe84ad..6ef65358fa 100644
--- a/recipes/ruby/ruby.inc
+++ b/recipes/ruby/ruby.inc
@@ -10,9 +10,9 @@ INC_PR = "r1"
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;apply=yes \
- file://openssl.patch;apply=yes \
- file://disable_wide_getaddrinfo_check.patch;apply=yes"
+ file://extmk_run.patch \
+ file://openssl.patch \
+ file://disable_wide_getaddrinfo_check.patch"
S = "${WORKDIR}/ruby-${PV}"