diff options
Diffstat (limited to 'recipes/ruby/ruby_1.8.7-p248.bb')
-rw-r--r-- | recipes/ruby/ruby_1.8.7-p248.bb | 8 |
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" + |