[oe-commits] Koen Kooi : ruby: add 1.8.7-p248, this one actually builds

git version control git at git.openembedded.org
Sun Jan 3 11:36:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: de98421c51ae8bae9bd3a9f6ab92ad5a088ded03
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=de98421c51ae8bae9bd3a9f6ab92ad5a088ded03

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan  3 12:35:55 2010 +0100

ruby: add 1.8.7-p248, this one actually builds

---

 recipes/ruby/ruby-native_1.8.5.bb      |    2 --
 recipes/ruby/ruby-native_1.8.7-p248.bb |    3 +++
 recipes/ruby/ruby_1.8.7-p248.bb        |    8 ++++++++
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/recipes/ruby/ruby-native_1.8.5.bb b/recipes/ruby/ruby-native_1.8.5.bb
deleted file mode 100644
index e4d2a33..0000000
--- a/recipes/ruby/ruby-native_1.8.5.bb
+++ /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
index 0000000..a20e254
--- /dev/null
+++ b/recipes/ruby/ruby-native_1.8.7-p248.bb
@@ -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
index 0000000..8d95373
--- /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"
+





More information about the Openembedded-commits mailing list