From 793c1c08cf3ac826f775cecd2e9da0361edc821d Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 27 Nov 2013 10:50:19 -0700 Subject: ruby: find gems relative to its own location Rather than hardcoding ${datadir}/rubygems, we can let it find the gems relative to its own location, to make it relocatable. Signed-off-by: Christopher Larson Signed-off-by: Martin Jansa --- meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ruby/recipes-devtools') diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb index de51f2f2d7..883bb98968 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb +++ b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb @@ -17,10 +17,10 @@ SRC_URI[sha256sum] = "d192d1afc46a7ef27b9d0a3c7a67b509048984db2c38907aa82641bdf9 EXTRA_OECONF = "\ --enable-wide-getaddrinfo \ - --with-rubygemsdir=${datadir}/rubygems \ --disable-versioned-paths \ --disable-rpath \ --enable-shared \ + --enable-load-relative \ " EXTRA_OEMAKE = " \ -- cgit 1.2.3-korg