diff options
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.bb | 44 |
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" | |||
4 | DEPENDS += "libyaml" | 4 | DEPENDS += "libyaml" |
5 | 5 | ||
6 | SRC_URI += "\ | 6 | SRC_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 | ||
20 | SRC_URI[md5sum] = "bc0c715c69da4d1d8bd57069c19f6c0e" | 20 | SRC_URI[md5sum] = "bc0c715c69da4d1d8bd57069c19f6c0e" |
21 | SRC_URI[sha256sum] = "46e2fa80be7efed51bd9cdc529d1fe22ebc7567ee0f91db4ab855438cf4bd8bb" | 21 | SRC_URI[sha256sum] = "46e2fa80be7efed51bd9cdc529d1fe22ebc7567ee0f91db4ab855438cf4bd8bb" |
22 | 22 | ||
23 | EXTRA_OECONF = "\ | 23 | EXTRA_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 | ||
31 | EXTRA_OEMAKE = " \ | 31 | EXTRA_OEMAKE = " \ |
32 | LIBRUBYARG='-lruby-static' \ | 32 | LIBRUBYARG='-lruby-static' \ |
33 | " | 33 | " |
34 | 34 | ||
35 | do_install() { | 35 | do_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 | ||
43 | FILES_${PN} += "${datadir}/rubygems \ | 43 | FILES_${PN} += "${datadir}/rubygems \ |