diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-07-09 16:47:17 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 15:00:12 +0200 |
commit | 7ae118b002895094a27c6a0e3c77fe26425c39b4 (patch) | |
tree | 188e541e2673b746a36dc25501f95c7cd5924cf2 /meta-ruby/recipes-devtools | |
parent | 9ef549b77090ff0b03afd1dc5ab2a2e3bae26b33 (diff) | |
download | meta-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')
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-fix-s390x-build.patch | 12 | ||||
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb (renamed from meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb) | 5 |
2 files changed, 2 insertions, 15 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-fix-s390x-build.patch b/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-fix-s390x-build.patch deleted file mode 100644 index d0ade91a4..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-fix-s390x-build.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | diff -up ruby-1.9.3-p0/ext/tk/extconf.rb.orig ruby-1.9.3-p0/ext/tk/extconf.rb | ||
2 | --- ruby-1.9.3-p0/ext/tk/extconf.rb.orig 2011-06-29 16:11:19.000000000 +0200 | ||
3 | +++ ruby-1.9.3-p0/ext/tk/extconf.rb 2011-10-18 16:15:59.406299659 +0200 | ||
4 | @@ -114,7 +114,7 @@ def is_macosx? | ||
5 | end | ||
6 | |||
7 | def maybe_64bit? | ||
8 | - /64|universal/ =~ RUBY_PLATFORM | ||
9 | + /64|universal|s390x/ =~ RUBY_PLATFORM | ||
10 | end | ||
11 | |||
12 | def check_tcltk_version(version) | ||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb index ddba0da24..2404a5fda 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb +++ b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb | |||
@@ -5,15 +5,14 @@ SRC_URI += "\ | |||
5 | file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \ | 5 | file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \ |
6 | file://ruby-1.9.3-always-use-i386.patch \ | 6 | file://ruby-1.9.3-always-use-i386.patch \ |
7 | file://ruby-1.9.3-disable-versioned-paths.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 \ | 8 | file://ruby-1.9.3-rubygems-1.8.11-uninstaller.patch \ |
10 | file://ruby-1.9.3-custom-rubygems-location.patch \ | 9 | file://ruby-1.9.3-custom-rubygems-location.patch \ |
11 | file://rubygems-1.8.11-binary-extensions.patch \ | 10 | file://rubygems-1.8.11-binary-extensions.patch \ |
12 | file://ruby-1.9.3-mkmf-verbose.patch \ | 11 | file://ruby-1.9.3-mkmf-verbose.patch \ |
13 | file://ruby-1.9.3-install-cross.patch \ | 12 | file://ruby-1.9.3-install-cross.patch \ |
14 | " | 13 | " |
15 | SRC_URI[md5sum] = "993c72f7f805a9eb453f90b0b7fe0d2b" | 14 | SRC_URI[md5sum] = "7531f9b1b35b16f3eb3d7bea786babfd" |
16 | SRC_URI[sha256sum] = "d192d1afc46a7ef27b9d0a3c7a67b509048984db2c38907aa82641bdf980acf4" | 15 | SRC_URI[sha256sum] = "9ba118e4aba04c430bc4d5efb09b31a0277e101c9fd2ef3b80b9c684d7ae57a1" |
17 | 16 | ||
18 | # it's unknown to configure script, but then passed to extconf.rb | 17 | # 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 | 18 | # maybe it's not really needed as we're hardcoding the result with |