diff options
author | Koen Kooi <koen@openembedded.org> | 2010-09-18 12:18:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-09-18 21:27:49 +0200 |
commit | 58ddfe261ddbbc21696da7f7abdd8985128e47b0 (patch) | |
tree | 508d23b3dd48a8e70f10964e74d065781771acfd /recipes/ruby/ruby_1.8.7-p248.bb | |
parent | d3a4db8577fc625da36b0f167e039956cc95c6e0 (diff) |
ruby 1.8.7: update to p302 to fix CVE-2010-0541
Diffstat (limited to 'recipes/ruby/ruby_1.8.7-p248.bb')
-rw-r--r-- | recipes/ruby/ruby_1.8.7-p248.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/ruby/ruby_1.8.7-p248.bb b/recipes/ruby/ruby_1.8.7-p248.bb deleted file mode 100644 index 6de359d590..0000000000 --- a/recipes/ruby/ruby_1.8.7-p248.bb +++ /dev/null @@ -1,12 +0,0 @@ -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 \ - file://extmk.patch \ -" -FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \ - ${libdir}/ruby/1.8/*/*/.debug" -BBCLASSEXTEND = "native" - -SRC_URI[md5sum] = "60a65374689ac8b90be54ca9c61c48e3" -SRC_URI[sha256sum] = "5c9cd617a2ec6b40abd7c7bdfce3256888134482b22f933a061ae18fb4b48755" |