diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-03 12:35:55 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-03 12:35:55 +0100 |
commit | de98421c51ae8bae9bd3a9f6ab92ad5a088ded03 (patch) | |
tree | 55d00d8f3600acb757b990705fa52f7932e94c58 /recipes/ruby | |
parent | 066855d466552e4a1a36f6924de0ede2424ccad7 (diff) |
ruby: add 1.8.7-p248, this one actually builds
Diffstat (limited to 'recipes/ruby')
-rw-r--r-- | recipes/ruby/ruby-native_1.8.5.bb | 2 | ||||
-rw-r--r-- | recipes/ruby/ruby-native_1.8.7-p248.bb | 3 | ||||
-rw-r--r-- | 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 e4d2a3361e..0000000000 --- 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 0000000000..a20e2544d3 --- /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 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" + |