summaryrefslogtreecommitdiffstats
path: root/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2014-07-09 16:47:17 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-15 15:00:12 +0200
commit7ae118b002895094a27c6a0e3c77fe26425c39b4 (patch)
tree188e541e2673b746a36dc25501f95c7cd5924cf2 /meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
parent9ef549b77090ff0b03afd1dc5ab2a2e3bae26b33 (diff)
downloadmeta-openembedded-7ae118b002895094a27c6a0e3c77fe26425c39b4.tar.gz
ruby: uprev it to 1.9.3-p547
remove ruby-1.9.3-fix-s390x-build.patch, it has been merged into p547 Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb')
-rw-r--r--meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb46
1 files changed, 0 insertions, 46 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
deleted file mode 100644
index ddba0da24b..0000000000
--- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
+++ /dev/null
@@ -1,46 +0,0 @@
1require ruby.inc
2PR = "${INC_PR}.0"
3
4SRC_URI += "\
5 file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \
6 file://ruby-1.9.3-always-use-i386.patch \
7 file://ruby-1.9.3-disable-versioned-paths.patch \
8 file://ruby-1.9.3-fix-s390x-build.patch \
9 file://ruby-1.9.3-rubygems-1.8.11-uninstaller.patch \
10 file://ruby-1.9.3-custom-rubygems-location.patch \
11 file://rubygems-1.8.11-binary-extensions.patch \
12 file://ruby-1.9.3-mkmf-verbose.patch \
13 file://ruby-1.9.3-install-cross.patch \
14"
15SRC_URI[md5sum] = "993c72f7f805a9eb453f90b0b7fe0d2b"
16SRC_URI[sha256sum] = "d192d1afc46a7ef27b9d0a3c7a67b509048984db2c38907aa82641bdf980acf4"
17
18# it's unknown to configure script, but then passed to extconf.rb
19# maybe it's not really needed as we're hardcoding the result with
20# 0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch
21UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo"
22
23EXTRA_OECONF = "\
24 --enable-wide-getaddrinfo \
25 --disable-versioned-paths \
26 --disable-rpath \
27 --enable-shared \
28 --enable-load-relative \
29"
30
31EXTRA_OEMAKE = " \
32 LIBRUBYARG='-lruby-static' \
33"
34
35do_install() {
36 oe_runmake 'DESTDIR=${D}' install
37}
38
39FILES_${PN} += "${datadir}/rubygems \
40 ${datadir}/ri"
41
42FILES_${PN}-dbg += "${libdir}/ruby/*/.debug \
43 ${libdir}/ruby/*/*/.debug \
44 ${libdir}/ruby/*/*/*/.debug"
45
46BBCLASSEXTEND = "native"