summaryrefslogtreecommitdiffstats
path: root/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb')
-rw-r--r--meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb44
1 files changed, 22 insertions, 22 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb
index b9f7915d9..6611ce11e 100644
--- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb
+++ b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb
@@ -4,40 +4,40 @@ PR = "${INC_PR}.0"
4DEPENDS += "libyaml" 4DEPENDS += "libyaml"
5 5
6SRC_URI += "\ 6SRC_URI += "\
7 file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \ 7 file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \
8 file://ruby-1.9.3-always-use-i386.patch \ 8 file://ruby-1.9.3-always-use-i386.patch \
9 file://ruby-1.9.3-disable-versioned-paths.patch \ 9 file://ruby-1.9.3-disable-versioned-paths.patch \
10 file://ruby-1.9.3-fix-s390x-build.patch \ 10 file://ruby-1.9.3-fix-s390x-build.patch \
11 file://ruby-1.9.3-rubygems-1.8.11-uninstaller.patch \ 11 file://ruby-1.9.3-rubygems-1.8.11-uninstaller.patch \
12 file://ruby-1.9.3-webrick-test-fix.patch \ 12 file://ruby-1.9.3-webrick-test-fix.patch \
13 file://ruby-1.9.3-bignum-test-fix.patch \ 13 file://ruby-1.9.3-bignum-test-fix.patch \
14 file://ruby-1.9.3-custom-rubygems-location.patch \ 14 file://ruby-1.9.3-custom-rubygems-location.patch \
15 file://rubygems-1.8.11-binary-extensions.patch \ 15 file://rubygems-1.8.11-binary-extensions.patch \
16 file://ruby-1.9.3-mkmf-verbose.patch \ 16 file://ruby-1.9.3-mkmf-verbose.patch \
17 file://ruby-1.9.3-install-cross.patch \ 17 file://ruby-1.9.3-install-cross.patch \
18" 18"
19 19
20SRC_URI[md5sum] = "bc0c715c69da4d1d8bd57069c19f6c0e" 20SRC_URI[md5sum] = "bc0c715c69da4d1d8bd57069c19f6c0e"
21SRC_URI[sha256sum] = "46e2fa80be7efed51bd9cdc529d1fe22ebc7567ee0f91db4ab855438cf4bd8bb" 21SRC_URI[sha256sum] = "46e2fa80be7efed51bd9cdc529d1fe22ebc7567ee0f91db4ab855438cf4bd8bb"
22 22
23EXTRA_OECONF = "\ 23EXTRA_OECONF = "\
24 --enable-wide-getaddrinfo \ 24 --enable-wide-getaddrinfo \
25 --with-rubygemsdir=${datadir}/rubygems \ 25 --with-rubygemsdir=${datadir}/rubygems \
26 --disable-versioned-paths \ 26 --disable-versioned-paths \
27 --disable-rpath \ 27 --disable-rpath \
28 --enable-shared \ 28 --enable-shared \
29" 29"
30 30
31EXTRA_OEMAKE = " \ 31EXTRA_OEMAKE = " \
32 LIBRUBYARG='-lruby-static' \ 32 LIBRUBYARG='-lruby-static' \
33" 33"
34 34
35do_install() { 35do_install() {
36 if [ ${PN} = "ruby" ]; then 36 if [ ${PN} = "ruby" ]; then
37 oe_runmake 'DESTDIR=${D}' install install-cross 37 oe_runmake 'DESTDIR=${D}' install install-cross
38 else 38 else
39 oe_runmake 'DESTDIR=${D}' install 39 oe_runmake 'DESTDIR=${D}' install
40 fi 40 fi
41} 41}
42 42
43FILES_${PN} += "${datadir}/rubygems \ 43FILES_${PN} += "${datadir}/rubygems \