ruby: add 1.8.7-p248, this one actually builds
authorKoen Kooi <koen@openembedded.org>
Sun, 3 Jan 2010 11:35:55 +0000 (12:35 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 3 Jan 2010 11:35:55 +0000 (12:35 +0100)
recipes/ruby/ruby-native_1.8.5.bb [deleted file]
recipes/ruby/ruby-native_1.8.7-p248.bb [new file with mode: 0644]
recipes/ruby/ruby_1.8.7-p248.bb [new file with mode: 0644]

diff --git a/recipes/ruby/ruby-native_1.8.5.bb b/recipes/ruby/ruby-native_1.8.5.bb
deleted file mode 100644 (file)
index e4d2a33..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-require ruby.inc
-inherit native
diff --git a/recipes/ruby/ruby-native_1.8.7-p248.bb b/recipes/ruby/ruby-native_1.8.7-p248.bb
new file mode 100644 (file)
index 0000000..a20e254
--- /dev/null
@@ -0,0 +1,3 @@
+require ruby_${PV}.bb
+DEPENDS = ""
+inherit native
diff --git a/recipes/ruby/ruby_1.8.7-p248.bb b/recipes/ruby/ruby_1.8.7-p248.bb
new file mode 100644 (file)
index 0000000..8d95373
--- /dev/null
@@ -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"
+