summaryrefslogtreecommitdiff
path: root/recipes/ruby/ruby_1.8.7-p248.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-03 12:35:55 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-03 12:35:55 +0100
commitde98421c51ae8bae9bd3a9f6ab92ad5a088ded03 (patch)
tree55d00d8f3600acb757b990705fa52f7932e94c58 /recipes/ruby/ruby_1.8.7-p248.bb
parent066855d466552e4a1a36f6924de0ede2424ccad7 (diff)
ruby: add 1.8.7-p248, this one actually builds
Diffstat (limited to 'recipes/ruby/ruby_1.8.7-p248.bb')
-rw-r--r--recipes/ruby/ruby_1.8.7-p248.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/ruby/ruby_1.8.7-p248.bb b/recipes/ruby/ruby_1.8.7-p248.bb
new file mode 100644
index 0000000000..8d953736fd
--- /dev/null
+++ b/recipes/ruby/ruby_1.8.7-p248.bb
@@ -0,0 +1,8 @@
+require ruby.inc
+DEPENDS = "ruby-native zlib openssl"
+SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \
+ file://extmk_run.patch;patch=1 \
+"
+FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \
+ ${libdir}/ruby/1.8/*/*/.debug"
+