diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/ruby | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/ruby')
-rw-r--r-- | recipes/ruby/ruby.inc | 6 | ||||
-rw-r--r-- | recipes/ruby/ruby_1.8.7-p248.bb | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc index 27316e0a7b..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;patch=1 \ - file://openssl.patch;patch=1 \ - file://disable_wide_getaddrinfo_check.patch;patch=1" + file://extmk_run.patch \ + file://openssl.patch \ + file://disable_wide_getaddrinfo_check.patch" S = "${WORKDIR}/ruby-${PV}" diff --git a/recipes/ruby/ruby_1.8.7-p248.bb b/recipes/ruby/ruby_1.8.7-p248.bb index 9b94503361..6de359d590 100644 --- a/recipes/ruby/ruby_1.8.7-p248.bb +++ b/recipes/ruby/ruby_1.8.7-p248.bb @@ -1,8 +1,8 @@ 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;patch=1 \ - file://extmk.patch;patch=1 \ + file://extmk_run.patch \ + file://extmk.patch \ " FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \ ${libdir}/ruby/1.8/*/*/.debug" |