[oe-commits] Jesse Gilles : ruby_1.8.7-p248.bb: fix ext/dl compile

git version control git at git.openembedded.org
Tue Mar 23 06:38:03 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 7202fbf2fc9edead3903e108fa25b2bca10c6c68
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7202fbf2fc9edead3903e108fa25b2bca10c6c68

Author: Jesse Gilles <jgilles at multitech.com>
Date:   Mon Feb 15 09:45:58 2010 +0000

ruby_1.8.7-p248.bb: fix ext/dl compile

* Update ruby library path so extensions needing mkmf can build and
  find the right ruby headers.  Fixes building of ext/dl.

Signed-off-by: Jesse Gilles <jgilles at multitech.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/ruby/files/extmk.patch  |   13 +++++++++++++
 recipes/ruby/ruby_1.8.7-p248.bb |    1 +
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/ruby/files/extmk.patch b/recipes/ruby/files/extmk.patch
new file mode 100644
index 0000000..8b68450
--- /dev/null
+++ b/recipes/ruby/files/extmk.patch
@@ -0,0 +1,13 @@
+diff -ru ruby-1.8.7-p248.orig/ext/extmk.rb ruby-1.8.7-p248/ext/extmk.rb
+--- ruby-1.8.7-p248.orig/ext/extmk.rb	2009-12-24 03:01:58.000000000 -0600
++++ ruby-1.8.7-p248/ext/extmk.rb	2010-02-12 15:55:27.370061558 -0600
+@@ -354,8 +354,8 @@
+   $ruby = '$(topdir)/miniruby' + EXEEXT
+ end
+ $ruby << " -I'$(topdir)'"
++$ruby << " -I'$(top_srcdir)/lib'"
+ unless CROSS_COMPILING
+-  $ruby << " -I'$(top_srcdir)/lib'"
+   $ruby << " -I'$(extout)/$(arch)' -I'$(extout)/common'" if $extout
+   $ruby << " -I./- -I'$(top_srcdir)/ext' -rpurelib.rb"
+   ENV["RUBYLIB"] = "-"
diff --git a/recipes/ruby/ruby_1.8.7-p248.bb b/recipes/ruby/ruby_1.8.7-p248.bb
index 8d95373..827327b 100644
--- a/recipes/ruby/ruby_1.8.7-p248.bb
+++ b/recipes/ruby/ruby_1.8.7-p248.bb
@@ -2,6 +2,7 @@ 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 \
+           file://extmk.patch;patch=1 \
 "
 FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \
                     ${libdir}/ruby/1.8/*/*/.debug"





More information about the Openembedded-commits mailing list