diff options
Diffstat (limited to 'recipes/ruby/ruby.inc')
-rw-r--r-- | recipes/ruby/ruby.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc index 27316e0a7b..10acfe84ad 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;patch=1 \ - file://openssl.patch;patch=1 \ - file://disable_wide_getaddrinfo_check.patch;patch=1" + file://extmk_run.patch;apply=yes \ + file://openssl.patch;apply=yes \ + file://disable_wide_getaddrinfo_check.patch;apply=yes" S = "${WORKDIR}/ruby-${PV}" |