diff options
author | Christopher Larson <kergoth@gmail.com> | 2013-11-27 10:50:19 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-12-05 19:48:07 +0100 |
commit | 793c1c08cf3ac826f775cecd2e9da0361edc821d (patch) | |
tree | 1c80bbc94cd2ff61bcb54af67c8b8a18e9a11b56 /meta-ruby/recipes-devtools | |
parent | 1ca29d1cda0d007c4e6a28fe1a4037b4029ad7ae (diff) | |
download | meta-openembedded-793c1c08cf3ac826f775cecd2e9da0361edc821d.tar.gz |
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 <kergoth@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-ruby/recipes-devtools')
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 de51f2f2d..883bb9896 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 | |||
17 | 17 | ||
18 | EXTRA_OECONF = "\ | 18 | EXTRA_OECONF = "\ |
19 | --enable-wide-getaddrinfo \ | 19 | --enable-wide-getaddrinfo \ |
20 | --with-rubygemsdir=${datadir}/rubygems \ | ||
21 | --disable-versioned-paths \ | 20 | --disable-versioned-paths \ |
22 | --disable-rpath \ | 21 | --disable-rpath \ |
23 | --enable-shared \ | 22 | --enable-shared \ |
23 | --enable-load-relative \ | ||
24 | " | 24 | " |
25 | 25 | ||
26 | EXTRA_OEMAKE = " \ | 26 | EXTRA_OEMAKE = " \ |