diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-04 08:37:57 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:56:14 +0200 |
commit | 9667f17d6ec3ca1b719d230e69569cf57c766a4d (patch) | |
tree | 2b307dce022a9038dbda39ae796cfeec4d4445a2 /meta-ruby | |
parent | 3f3b11d4c8e4339af8d38bce22e6ebd29ac08fca (diff) | |
download | meta-openembedded-9667f17d6ec3ca1b719d230e69569cf57c766a4d.tar.gz |
ruby: package update to verison 2.2.1
LIC_FILES_CHKSUM changes:
BDSL: update copyright notice with "2013"
GPL: update to GPLv2
LEGAL: added license info for ccan files
dropped patches since they are now incorperated.
several security fixes included:
CVE-2014-2525
CVE-2014-0160
CVE-2014-2734
CVE-2014-8080
CVE-2014-8090
for addional information:
http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-ruby')
12 files changed, 9 insertions, 761 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby.inc b/meta-ruby/recipes-devtools/ruby/ruby.inc index 770286960..ba6019107 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby.inc +++ b/meta-ruby/recipes-devtools/ruby/ruby.inc | |||
@@ -9,16 +9,14 @@ SECTION = "devel/ruby" | |||
9 | LICENSE = "Ruby | BSD | GPLv2" | 9 | LICENSE = "Ruby | BSD | GPLv2" |
10 | LIC_FILES_CHKSUM = "\ | 10 | LIC_FILES_CHKSUM = "\ |
11 | file://COPYING;md5=837b32593517ae48b9c3b5c87a5d288c \ | 11 | file://COPYING;md5=837b32593517ae48b9c3b5c87a5d288c \ |
12 | file://BSDL;md5=3949e007205deef714bd225e1ee4a8ea \ | 12 | file://BSDL;md5=19aaf65c88a40b508d17ae4be539c4b5\ |
13 | file://GPL;md5=393a5ca445f6965873eca0259a17f833 \ | 13 | file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263\ |
14 | file://LEGAL;md5=3ce1fae39fe573b818c0af162bce6579 \ | 14 | file://LEGAL;md5=c440adb575ba4e6e2344c2630b6a5584\ |
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" | 17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" |
18 | DEPENDS_class-native = "libyaml-native" | 18 | DEPENDS_class-native = "libyaml-native" |
19 | 19 | ||
20 | INC_PR = "r1" | ||
21 | |||
22 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | 20 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
23 | SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ | 21 | SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ |
24 | file://extmk.patch \ | 22 | file://extmk.patch \ |
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch b/meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch deleted file mode 100644 index 712602ace..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | From 9341293e71c03fe606edc9157bf1e13e3dd5b507 Mon Sep 17 00:00:00 2001 | ||
2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
3 | Date: Fri, 17 Dec 2010 11:35:38 +0100 | ||
4 | Subject: [PATCH] socket extconf: hardcode wide-getaddr info test outcome to true | ||
5 | |||
6 | Without this the socket extension doesn't build correctly | ||
7 | |||
8 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
9 | --- | ||
10 | ext/socket/extconf.rb | 5 +++++ | ||
11 | 1 file changed, 5 insertions(+) | ||
12 | |||
13 | --- a/ext/socket/extconf.rb | ||
14 | +++ b/ext/socket/extconf.rb | ||
15 | @@ -356,6 +356,11 @@ | ||
16 | exit(EXIT_FAILURE); | ||
17 | } | ||
18 | EOF | ||
19 | + | ||
20 | +# Ignore the actual result of the above test and assume that | ||
21 | +# everything is OK. | ||
22 | +getaddr_info_ok = true | ||
23 | + | ||
24 | if ipv6 and not getaddr_info_ok | ||
25 | abort <<EOS | ||
26 | |||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch b/meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch deleted file mode 100644 index a4ac3eacc..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/remove-the-dependency-on-dir.patch +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | remove a duplicate dependency | ||
2 | |||
3 | Upstream-status: Pending | ||
4 | |||
5 | The install-rb-default dependency is as below: | ||
6 | |||
7 | pre-install-rb-default: | ||
8 | mkdir -p $(RUBYLIBDIR)/bigdecimal | ||
9 | |||
10 | install-rb-default: pre-install-rb-default $(RUBYLIBDIR)/bigdecimal | ||
11 | |||
12 | In fact, dependency on $(RUBYLIBDIR)/bigdecimal is duplicate, and not rule | ||
13 | for $(RUBYLIBDIR)/bigdecimal, once $(RUBYLIBDIR)/bigdecimal is checked before | ||
14 | pre-install-rb-default, the below error will happen | ||
15 | *** No rule to make target `../../.ext/common/yaml', needed by `install-rb-default'. Stop | ||
16 | |||
17 | Signed-off-by: Roy Li <rongqing.li@windriver.com> | ||
18 | --- | ||
19 | lib/mkmf.rb | 2 +- | ||
20 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
21 | |||
22 | diff --git a/lib/mkmf.rb b/lib/mkmf.rb | ||
23 | index 1f5ed76..556684c 100644 | ||
24 | --- a/lib/mkmf.rb | ||
25 | +++ b/lib/mkmf.rb | ||
26 | @@ -2054,7 +2054,7 @@ static: $(STATIC_LIB)#{$extout ? " install-rb" : ""} | ||
27 | end | ||
28 | for f in files | ||
29 | dest = "#{dir}/#{File.basename(f)}" | ||
30 | - mfile.print("install-rb#{sfx}: #{dest} #{dir}\n") | ||
31 | + mfile.print("install-rb#{sfx}: #{dest}\n") | ||
32 | mfile.print("#{dest}: #{f}\n") | ||
33 | mfile.print("\t$(Q) $(#{$extout ? 'COPY' : 'INSTALL_DATA'}) #{f} $(@D#{sep})\n") | ||
34 | if defined?($installed_list) and !$extout | ||
35 | -- | ||
36 | 1.7.10.4 | ||
37 | |||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-always-use-i386.patch b/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-always-use-i386.patch deleted file mode 100644 index f5a8c3de3..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-always-use-i386.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- a/configure.in.orig 2011-10-18 08:56:21.587594685 +0200 | ||
2 | +++ b/configure.in 2011-10-18 08:56:59.751593321 +0200 | ||
3 | @@ -2935,6 +2935,8 @@ | ||
4 | configure_args=$ac_configure_args | ||
5 | AC_SUBST(configure_args)dnl | ||
6 | |||
7 | +target_cpu=`echo $target_cpu | sed s/i.86/i386/` | ||
8 | + | ||
9 | if test "${universal_binary-no}" = yes ; then | ||
10 | arch="universal-${target_os}" | ||
11 | AC_CACHE_CHECK(whether __ARCHITECTURE__ is available, rb_cv_architecture_available, | ||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-custom-rubygems-location.patch b/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-custom-rubygems-location.patch deleted file mode 100644 index e11febc75..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-custom-rubygems-location.patch +++ /dev/null | |||
@@ -1,86 +0,0 @@ | |||
1 | From 279a693ce4ef3a887ce8d4fa59e0f2616a14d91a Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> | ||
3 | Date: Fri, 11 Nov 2011 13:14:45 +0100 | ||
4 | Subject: [PATCH] Allow to install RubyGems into custom location, outside of | ||
5 | Ruby tree. | ||
6 | |||
7 | --- | ||
8 | configure.in | 8 ++++++++ | ||
9 | tool/mkconfig.rb | 1 + | ||
10 | tool/rbinstall.rb | 9 +++++++++ | ||
11 | version.c | 4 ++++ | ||
12 | 4 files changed, 22 insertions(+) | ||
13 | |||
14 | --- a/configure.in | ||
15 | +++ b/configure.in | ||
16 | @@ -2801,6 +2801,13 @@ | ||
17 | dir="${VENDOR_DIR}" | ||
18 | done | ||
19 | |||
20 | +AC_ARG_WITH(rubygemsdir, | ||
21 | + AS_HELP_STRING([--with-rubygemsdir=DIR], [custom rubygems directory]), | ||
22 | + [rubygemsdir=$withval]) | ||
23 | +if test "$rubygemsdir" != ""; then | ||
24 | + AC_DEFINE_UNQUOTED(RUBYGEMS_DIR,"$rubygemsdir") | ||
25 | +fi | ||
26 | + | ||
27 | if test "${LOAD_RELATIVE+set}"; then | ||
28 | AC_DEFINE_UNQUOTED(LOAD_RELATIVE, $LOAD_RELATIVE) | ||
29 | RUBY_EXEC_PREFIX="" | ||
30 | @@ -2921,6 +2928,7 @@ | ||
31 | AC_SUBST(rubyhdrdir)dnl | ||
32 | AC_SUBST(sitehdrdir)dnl | ||
33 | AC_SUBST(vendorhdrdir)dnl | ||
34 | +AC_SUBST(rubygemsdir)dnl | ||
35 | |||
36 | AC_ARG_WITH(opt-dir, | ||
37 | AS_HELP_STRING([--with-opt-dir=DIR], [add optional headers and libraries DIR])) | ||
38 | --- a/tool/mkconfig.rb | ||
39 | +++ b/tool/mkconfig.rb | ||
40 | @@ -78,6 +78,7 @@ | ||
41 | when /^RUBY_SO_NAME$/; next if $so_name | ||
42 | when /^arch$/; if val.empty? then val = arch else arch = val end | ||
43 | when /^sitearch/; val = '$(arch)' if val.empty? | ||
44 | + when /^rubygemsdir/; next if val.empty? | ||
45 | end | ||
46 | case val | ||
47 | when /^\$\(ac_\w+\)$/; next | ||
48 | --- a/tool/rbinstall.rb | ||
49 | +++ b/tool/rbinstall.rb | ||
50 | @@ -300,6 +300,7 @@ | ||
51 | sitearchlibdir = CONFIG["sitearchdir"] | ||
52 | vendorlibdir = CONFIG["vendorlibdir"] | ||
53 | vendorarchlibdir = CONFIG["vendorarchdir"] | ||
54 | +rubygemsdir = CONFIG["rubygemsdir"] | ||
55 | mandir = CONFIG["mandir"] | ||
56 | capidir = CONFIG["docdir"] | ||
57 | configure_args = Shellwords.shellwords(CONFIG["configure_args"]) | ||
58 | @@ -487,7 +488,15 @@ | ||
59 | install?(:local, :comm, :lib) do | ||
60 | prepare "library scripts", rubylibdir | ||
61 | noinst = %w[README* *.txt *.rdoc] | ||
62 | + noinst += %w[*ubygems.rb rubygems/ datadir.rb] if rubygemsdir | ||
63 | install_recursive(File.join(srcdir, "lib"), rubylibdir, :no_install => noinst, :mode => $data_mode) | ||
64 | + if rubygemsdir | ||
65 | + noinst = %w[obsolete.rb] | ||
66 | + install_recursive(File.join(srcdir, "lib", "rubygems"), File.join(rubygemsdir, "rubygems"), :mode => $data_mode) | ||
67 | + install_recursive(File.join(srcdir, "lib", "rbconfig"), File.join(rubygemsdir, "rbconfig"), :no_install => noinst, :mode => $data_mode) | ||
68 | + install(File.join(srcdir, "lib", "ubygems.rb"), File.join(rubygemsdir, "ubygems.rb"), :mode => $data_mode) | ||
69 | + install(File.join(srcdir, "lib", "rubygems.rb"), File.join(rubygemsdir, "rubygems.rb"), :mode => $data_mode) | ||
70 | + end | ||
71 | end | ||
72 | |||
73 | install?(:local, :arch, :lib) do | ||
74 | --- a/version.c | ||
75 | +++ b/version.c | ||
76 | @@ -97,6 +97,10 @@ | ||
77 | #endif | ||
78 | #endif | ||
79 | |||
80 | +#ifdef RUBYGEMS_DIR | ||
81 | + RUBYGEMS_DIR "\0" | ||
82 | +#endif | ||
83 | + | ||
84 | RUBY_LIB "\0" | ||
85 | #ifdef RUBY_THIN_ARCHLIB | ||
86 | RUBY_THIN_ARCHLIB "\0" | ||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-disable-versioned-paths.patch b/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-disable-versioned-paths.patch deleted file mode 100644 index 6d0c5e1ac..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-disable-versioned-paths.patch +++ /dev/null | |||
@@ -1,149 +0,0 @@ | |||
1 | From fa1a50ad10814f724b8713865dc222724cb955ab Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> | ||
3 | Date: Thu, 25 Aug 2011 14:33:51 +0200 | ||
4 | Subject: [PATCH] Allow to disable versioned paths. | ||
5 | |||
6 | --- | ||
7 | configure.in | 11 +++++++++++ | ||
8 | tool/mkconfig.rb | 9 ++++++--- | ||
9 | version.c | 10 ++++++++++ | ||
10 | 3 files changed, 27 insertions(+), 3 deletions(-) | ||
11 | |||
12 | diff --git a/configure.in b/configure.in | ||
13 | index e742e74..86cb68f 100644 | ||
14 | --- a/configure.in | ||
15 | +++ b/configure.in | ||
16 | @@ -2963,6 +2963,17 @@ else | ||
17 | fi | ||
18 | AC_SUBST(USE_RUBYGEMS) | ||
19 | |||
20 | +AC_ARG_ENABLE(versioned-paths, | ||
21 | + AS_HELP_STRING([--disable-versioned-paths], [disable paths with version number]), | ||
22 | + [enable_versioned_paths="$enableval"], [enable_versioned_paths=yes]) | ||
23 | +if test x"$enable_versioned_paths" = xno; then | ||
24 | + AC_DEFINE(DISABLE_VERSIONED_PATHS, 1) | ||
25 | + USE_VERSIONED_PATHS=NO | ||
26 | +else | ||
27 | + USE_VERSIONED_PATHS=YES | ||
28 | +fi | ||
29 | +AC_SUBST(USE_VERSIONED_PATHS) | ||
30 | + | ||
31 | arch_hdrdir="${EXTOUT}/include/${arch}/ruby" | ||
32 | AS_MKDIR_P("${arch_hdrdir}") | ||
33 | config_h="${arch_hdrdir}/config.h" | ||
34 | diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb | ||
35 | index a2221f0..47d8c8f 100755 | ||
36 | --- a/tool/mkconfig.rb | ||
37 | +++ b/tool/mkconfig.rb | ||
38 | @@ -42,6 +42,7 @@ v_others = [] | ||
39 | vars = {} | ||
40 | continued_name = nil | ||
41 | continued_line = nil | ||
42 | +path_version = "/$(ruby_version)" | ||
43 | File.foreach "config.status" do |line| | ||
44 | next if /^#/ =~ line | ||
45 | name = nil | ||
46 | @@ -138,6 +139,8 @@ File.foreach "config.status" do |line| | ||
47 | case name | ||
48 | when "ruby_version" | ||
49 | version = val[/\A"(.*)"\z/, 1] | ||
50 | + when /^USE_VERSIONED_PATHS$/ | ||
51 | + path_version = nil if /NO/ =~ val | ||
52 | end | ||
53 | end | ||
54 | # break if /^CEOF/ | ||
55 | @@ -203,15 +206,15 @@ end | ||
56 | print(*v_fast) | ||
57 | print(*v_others) | ||
58 | print <<EOS | ||
59 | - CONFIG["rubylibdir"] = "$(rubylibprefix)/$(ruby_version)" | ||
60 | + CONFIG["rubylibdir"] = "$(rubylibprefix)#{path_version}" | ||
61 | CONFIG["archdir"] = "$(rubylibdir)/$(arch)" | ||
62 | EOS | ||
63 | print <<EOS unless v_disabled["sitedir"] | ||
64 | - CONFIG["sitelibdir"] = "$(sitedir)/$(ruby_version)" | ||
65 | + CONFIG["sitelibdir"] = "$(sitedir)#{path_version}" | ||
66 | CONFIG["sitearchdir"] = "$(sitelibdir)/$(sitearch)" | ||
67 | EOS | ||
68 | print <<EOS unless v_disabled["vendordir"] | ||
69 | - CONFIG["vendorlibdir"] = "$(vendordir)/$(ruby_version)" | ||
70 | + CONFIG["vendorlibdir"] = "$(vendordir)#{path_version}" | ||
71 | CONFIG["vendorarchdir"] = "$(vendorlibdir)/$(sitearch)" | ||
72 | EOS | ||
73 | print <<EOS | ||
74 | diff --git a/version.c b/version.c | ||
75 | index 59d4e5e..641dc33 100644 | ||
76 | --- a/version.c | ||
77 | +++ b/version.c | ||
78 | @@ -38,9 +38,15 @@ | ||
79 | #define RUBY_VENDOR_LIB RUBY_LIB_PREFIX"/vendor_ruby" | ||
80 | #endif | ||
81 | |||
82 | +#ifdef DISABLE_VERSIONED_PATHS | ||
83 | +#define RUBY_LIB RUBY_LIB_PREFIX | ||
84 | +#define RUBY_SITE_LIB2 RUBY_SITE_LIB | ||
85 | +#define RUBY_VENDOR_LIB2 RUBY_VENDOR_LIB | ||
86 | +#else | ||
87 | #define RUBY_LIB RUBY_LIB_PREFIX "/"RUBY_LIB_VERSION | ||
88 | #define RUBY_SITE_LIB2 RUBY_SITE_LIB "/"RUBY_LIB_VERSION | ||
89 | #define RUBY_VENDOR_LIB2 RUBY_VENDOR_LIB "/"RUBY_LIB_VERSION | ||
90 | +#endif | ||
91 | #define RUBY_ARCHLIB RUBY_LIB "/"RUBY_ARCH | ||
92 | #define RUBY_SITE_ARCHLIB RUBY_SITE_LIB2 "/"RUBY_SITEARCH | ||
93 | #define RUBY_VENDOR_ARCHLIB RUBY_VENDOR_LIB2 "/"RUBY_SITEARCH | ||
94 | @@ -75,8 +81,10 @@ const char ruby_initial_load_paths[] = | ||
95 | RUBY_SITE_THIN_ARCHLIB "\0" | ||
96 | #endif | ||
97 | RUBY_SITE_ARCHLIB "\0" | ||
98 | +#ifndef DISABLE_VERSIONED_PATHS | ||
99 | RUBY_SITE_LIB "\0" | ||
100 | #endif | ||
101 | +#endif | ||
102 | |||
103 | #ifndef NO_RUBY_VENDOR_LIB | ||
104 | RUBY_VENDOR_LIB2 "\0" | ||
105 | @@ -84,8 +92,10 @@ const char ruby_initial_load_paths[] = | ||
106 | RUBY_VENDOR_THIN_ARCHLIB "\0" | ||
107 | #endif | ||
108 | RUBY_VENDOR_ARCHLIB "\0" | ||
109 | +#ifndef DISABLE_VERSIONED_PATHS | ||
110 | RUBY_VENDOR_LIB "\0" | ||
111 | #endif | ||
112 | +#endif | ||
113 | |||
114 | RUBY_LIB "\0" | ||
115 | #ifdef RUBY_THIN_ARCHLIB | ||
116 | -- | ||
117 | 1.7.7.3 | ||
118 | diff --git a/lib/rdoc/ri/paths.rb b/lib/rdoc/ri/paths.rb | ||
119 | index a3c65bf..0575730 100644 | ||
120 | --- a/lib/rdoc/ri/paths.rb | ||
121 | +++ b/lib/rdoc/ri/paths.rb | ||
122 | @@ -11,9 +11,9 @@ module RDoc::RI::Paths | ||
123 | version = RbConfig::CONFIG['ruby_version'] | ||
124 | |||
125 | base = if RbConfig::CONFIG.key? 'ridir' then | ||
126 | - File.join RbConfig::CONFIG['ridir'], version | ||
127 | + File.join [RbConfig::CONFIG['ridir'], RbConfig::CONFIG['USE_VERSIONED_PATHS'] == 'YES' ? version : nil].compact | ||
128 | else | ||
129 | - File.join RbConfig::CONFIG['datadir'], 'ri', version | ||
130 | + File.join [RbConfig::CONFIG['datadir'], 'ri', RbConfig::CONFIG['USE_VERSIONED_PATHS'] == 'YES' ? version : nil].compact | ||
131 | end | ||
132 | |||
133 | SYSDIR = File.join base, "system" | ||
134 | diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb | ||
135 | index cec8c9f..fed14d2 100755 | ||
136 | --- a/tool/rbinstall.rb | ||
137 | +++ b/tool/rbinstall.rb | ||
138 | @@ -379,7 +379,7 @@ end | ||
139 | |||
140 | install?(:doc, :rdoc) do | ||
141 | if $rdocdir | ||
142 | - ridatadir = File.join(CONFIG['ridir'], CONFIG['ruby_version'], "system") | ||
143 | + ridatadir = File.join([CONFIG['ridir'], RbConfig::CONFIG['USE_VERSIONED_PATHS'] == 'YES' ? version : nil, "system"].compact) | ||
144 | prepare "rdoc", ridatadir | ||
145 | install_recursive($rdocdir, ridatadir, :mode => $data_mode) | ||
146 | end | ||
147 | -- | ||
148 | 1.7.6 | ||
149 | |||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-install-cross.patch b/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-install-cross.patch deleted file mode 100644 index 9515ece83..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-install-cross.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | --- | ||
2 | Makefile.in | 3 ++- | ||
3 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
4 | |||
5 | --- a/Makefile.in | ||
6 | +++ b/Makefile.in | ||
7 | @@ -210,7 +210,8 @@ | ||
8 | @$(RM) fake.rb fake-rbconfig.rb | ||
9 | $(INSTALL_DATA) $(arch_hdrdir)/ruby/config.h $(XRUBY_RUBYHDRDIR)/$(arch)/ruby | ||
10 | $(INSTALL_DATA) $(top_srcdir)/include/ruby/win32.h $(XRUBY_RUBYHDRDIR)/ruby | ||
11 | - $(INSTALL_DATA) $(LIBRUBY) $(LIBRUBY_A) $(XRUBY_RUBYLIBDIR)/$(arch) | ||
12 | + $(INSTALL_DATA) $(LIBRUBY) $(XRUBY_RUBYLIBDIR)/$(arch) | ||
13 | + $(INSTALL_DATA) $(LIBRUBY_A) $(XRUBY_RUBYLIBDIR)/$(arch) | ||
14 | $(INSTALL_PROGRAM) $(LIBRUBY_SO) $(XRUBY_RUBYLIBDIR)/$(arch) | ||
15 | |||
16 | Makefile: $(srcdir)/Makefile.in $(srcdir)/enc/Makefile.in | ||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-mkmf-verbose.patch b/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-mkmf-verbose.patch deleted file mode 100644 index 7da66c8e6..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-mkmf-verbose.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- ruby-1.9.3-p0/lib/mkmf.rb.debug 2011-08-11 15:07:37.000000000 +0900 | ||
2 | +++ ruby-1.9.3-p0/lib/mkmf.rb 2012-01-29 21:34:17.000000000 +0900 | ||
3 | @@ -1638,7 +1638,7 @@ | ||
4 | SHELL = /bin/sh | ||
5 | |||
6 | # V=0 quiet, V=1 verbose. other values don't work. | ||
7 | -V = 0 | ||
8 | +V = 1 | ||
9 | Q1 = $(V:1=) | ||
10 | Q = $(Q1:0=@) | ||
11 | n=$(NULLCMD) | ||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-rubygems-1.8.11-uninstaller.patch b/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-rubygems-1.8.11-uninstaller.patch deleted file mode 100644 index af1cff250..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/ruby-1.9.3-rubygems-1.8.11-uninstaller.patch +++ /dev/null | |||
@@ -1,76 +0,0 @@ | |||
1 | --- ruby-1.9.3-p0/lib/rubygems/uninstaller.rb.orig 2011-10-31 10:22:36.321579483 +0100 | ||
2 | +++ ruby-1.9.3-p0/lib/rubygems/uninstaller.rb 2011-10-31 10:34:25.563626119 +0100 | ||
3 | @@ -51,15 +51,14 @@ | ||
4 | @bin_dir = options[:bin_dir] | ||
5 | @format_executable = options[:format_executable] | ||
6 | |||
7 | + if options[:force] | ||
8 | + @force_all = true | ||
9 | + @force_ignore = true | ||
10 | + end | ||
11 | + | ||
12 | # only add user directory if install_dir is not set | ||
13 | @user_install = false | ||
14 | @user_install = options[:user_install] unless options[:install_dir] | ||
15 | - | ||
16 | - if @user_install then | ||
17 | - Gem.use_paths Gem.user_dir, @gem_home | ||
18 | - else | ||
19 | - Gem.use_paths @gem_home | ||
20 | - end | ||
21 | end | ||
22 | |||
23 | ## | ||
24 | @@ -69,10 +68,24 @@ | ||
25 | def uninstall | ||
26 | list = Gem::Specification.find_all_by_name(@gem, @version) | ||
27 | |||
28 | + list, other_repo_specs = list.partition do |spec| | ||
29 | + @gem_home == spec.base_dir or | ||
30 | + (@user_install and spec.base_dir == Gem.user_dir) | ||
31 | + end | ||
32 | + | ||
33 | if list.empty? then | ||
34 | - raise Gem::InstallError, "gem #{@gem.inspect} is not installed" | ||
35 | + raise Gem::InstallError, "gem #{@gem.inspect} is not installed" if | ||
36 | + other_repo_specs.empty? | ||
37 | + | ||
38 | + other_repos = other_repo_specs.map { |spec| spec.base_dir }.uniq | ||
39 | + | ||
40 | + message = ["#{@gem} is not installed in GEM_HOME, try:"] | ||
41 | + message.concat other_repos.map { |repo| | ||
42 | + "\tgem uninstall -i #{repo} #{@gem}" | ||
43 | + } | ||
44 | |||
45 | - elsif list.size > 1 and @force_all then | ||
46 | + raise Gem::InstallError, message.join("\n") | ||
47 | + elsif @force_all then | ||
48 | remove_all list | ||
49 | |||
50 | elsif list.size > 1 then | ||
51 | @@ -250,12 +263,10 @@ | ||
52 | msg << "\t#{spec.full_name}" | ||
53 | |||
54 | spec.dependent_gems.each do |dep_spec, dep, satlist| | ||
55 | - msg << | ||
56 | - ("#{dep_spec.name}-#{dep_spec.version} depends on " + | ||
57 | - "[#{dep.name} (#{dep.requirement})]") | ||
58 | + msg << "#{dep_spec.name}-#{dep_spec.version} depends on #{dep}" | ||
59 | end | ||
60 | |||
61 | - msg << 'If you remove this gems, one or more dependencies will not be met.' | ||
62 | + msg << 'If you remove this gem, one or more dependencies will not be met.' | ||
63 | msg << 'Continue with Uninstall?' | ||
64 | return ask_yes_no(msg.join("\n"), true) | ||
65 | end | ||
66 | |||
67 | --- ruby-1.9.3-p0/test/rubygems/test_gem_uninstaller.rb.orig 2011-11-03 08:58:31.411272176 +0100 | ||
68 | +++ ruby-1.9.3-p0/test/rubygems/test_gem_uninstaller.rb 2011-11-03 08:58:43.010272351 +0100 | ||
69 | @@ -225,7 +225,7 @@ | ||
70 | |||
71 | uninstaller = Gem::Uninstaller.new('a') | ||
72 | |||
73 | - use_ui Gem::MockGemUi.new("2\n") do | ||
74 | + use_ui Gem::MockGemUi.new("2\ny\n") do | ||
75 | uninstaller.uninstall | ||
76 | end | ||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch b/meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch deleted file mode 100644 index 5ac5d54a3..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | Subject: [PATCH] mkmf.rb: fix race conditions at install-ext | ||
2 | |||
3 | Upstream-Status: backport | ||
4 | |||
5 | * lib/mkmf.rb (create_makefile): fix race conditions at install-ext. | ||
6 | target files need to depend on destination directory timestamp | ||
7 | files, not phony trgets. | ||
8 | |||
9 | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||
10 | |||
11 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | ||
12 | --- | ||
13 | lib/mkmf.rb | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/lib/mkmf.rb b/lib/mkmf.rb | ||
17 | index 556684c..a277354 100644 | ||
18 | --- a/lib/mkmf.rb | ||
19 | +++ b/lib/mkmf.rb | ||
20 | @@ -2055,7 +2055,7 @@ static: $(STATIC_LIB)#{$extout ? " install-rb" : ""} | ||
21 | for f in files | ||
22 | dest = "#{dir}/#{File.basename(f)}" | ||
23 | mfile.print("install-rb#{sfx}: #{dest}\n") | ||
24 | - mfile.print("#{dest}: #{f}\n") | ||
25 | + mfile.print("#{dest}: #{f} #{timestamp_file(dir)}\n") | ||
26 | mfile.print("\t$(Q) $(#{$extout ? 'COPY' : 'INSTALL_DATA'}) #{f} $(@D#{sep})\n") | ||
27 | if defined?($installed_list) and !$extout | ||
28 | mfile.print("\t@echo #{dest}>>$(INSTALLED_LIST)\n") | ||
29 | -- | ||
30 | 2.0.0 | ||
31 | |||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/rubygems-1.8.11-binary-extensions.patch b/meta-ruby/recipes-devtools/ruby/ruby/rubygems-1.8.11-binary-extensions.patch deleted file mode 100644 index 5a3bfb451..000000000 --- a/meta-ruby/recipes-devtools/ruby/ruby/rubygems-1.8.11-binary-extensions.patch +++ /dev/null | |||
@@ -1,296 +0,0 @@ | |||
1 | From 5a37a3489491a33f2e7011043fbbcd9a765e1777 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> | ||
3 | Date: Thu, 3 Nov 2011 16:43:05 +0100 | ||
4 | Subject: [PATCH 1/6] Add dedicate extensions folder into $LOAD_PATH. | ||
5 | |||
6 | --- | ||
7 | lib/rubygems/specification.rb | 37 ++++++++++++++++++++++++++++++------- | ||
8 | 1 files changed, 30 insertions(+), 7 deletions(-) | ||
9 | |||
10 | diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb | ||
11 | index 97db19e..263e7d3 100644 | ||
12 | --- a/lib/rubygems/specification.rb | ||
13 | +++ b/lib/rubygems/specification.rb | ||
14 | @@ -843,6 +843,12 @@ class Gem::Specification | ||
15 | File.join full_gem_path, path | ||
16 | end | ||
17 | |||
18 | + unless extensions.empty? | ||
19 | + paths += require_paths.map do |path| | ||
20 | + File.join ext_dir, path | ||
21 | + end | ||
22 | + end | ||
23 | + | ||
24 | # gem directories must come after -I and ENV['RUBYLIB'] | ||
25 | insert_index = Gem.load_path_insert_index | ||
26 | |||
27 | @@ -954,16 +960,16 @@ class Gem::Specification | ||
28 | |||
29 | def contains_requirable_file? file | ||
30 | root = full_gem_path | ||
31 | + ext = ext_dir | ||
32 | + | ||
33 | + require_paths.any? do |lib| | ||
34 | + base = ["#{root}/#{lib}/#{file}"] | ||
35 | + base << "#{ext}/#{lib}/#{file}" unless extensions.empty? | ||
36 | |||
37 | - require_paths.each do |lib| | ||
38 | - base = "#{root}/#{lib}/#{file}" | ||
39 | - Gem.suffixes.each do |suf| | ||
40 | - path = "#{base}#{suf}" | ||
41 | - return true if File.file? path | ||
42 | + base.any? do |path| | ||
43 | + Gem.suffixes.any? { |suf| File.file? "#{path}#{suf}" } | ||
44 | end | ||
45 | end | ||
46 | - | ||
47 | - return false | ||
48 | end | ||
49 | |||
50 | ## | ||
51 | @@ -1273,6 +1279,23 @@ class Gem::Specification | ||
52 | end | ||
53 | |||
54 | ## | ||
55 | + # Returns the full path to this spec's ext directory. | ||
56 | + # eg: /usr/local/lib/ruby/1.8/exts/mygem-1.0 | ||
57 | + | ||
58 | + def ext_dir | ||
59 | + @gem_dir ||= File.expand_path File.join(exts_dir, full_name) | ||
60 | + end | ||
61 | + | ||
62 | + ## | ||
63 | + # Returns the full path to the exts directory containing this spec's | ||
64 | + # gem directory. eg: /usr/local/lib/ruby/1.8/exts | ||
65 | + | ||
66 | + def exts_dir | ||
67 | + # TODO: this logic seems terribly broken, but tests fail if just base_dir | ||
68 | + @exts_dir ||= File.join(loaded_from && base_dir || Gem.dir, "exts") | ||
69 | + end | ||
70 | + | ||
71 | + ## | ||
72 | # Deprecated and ignored, defaults to true. | ||
73 | # | ||
74 | # Formerly used to indicate this gem was RDoc-capable. | ||
75 | -- | ||
76 | 1.7.7.3 | ||
77 | |||
78 | |||
79 | From 671e4285bf9db948bc5f054d7d3d931cdd7a17f8 Mon Sep 17 00:00:00 2001 | ||
80 | From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> | ||
81 | Date: Wed, 16 Nov 2011 13:26:48 +0100 | ||
82 | Subject: [PATCH 2/6] Use spec's ext dir for extension installation. | ||
83 | |||
84 | --- | ||
85 | lib/rubygems/installer.rb | 2 +- | ||
86 | lib/rubygems/specification.rb | 7 +++---- | ||
87 | 2 files changed, 4 insertions(+), 5 deletions(-) | ||
88 | |||
89 | diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb | ||
90 | index 74d803d..0063c7f 100644 | ||
91 | --- a/lib/rubygems/installer.rb | ||
92 | +++ b/lib/rubygems/installer.rb | ||
93 | @@ -499,7 +499,7 @@ TEXT | ||
94 | def build_extensions | ||
95 | return if spec.extensions.empty? | ||
96 | say "Building native extensions. This could take a while..." | ||
97 | - dest_path = File.join gem_dir, spec.require_paths.first | ||
98 | + dest_path = spec.ext_dir | ||
99 | ran_rake = false # only run rake once | ||
100 | |||
101 | spec.extensions.each do |extension| | ||
102 | diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb | ||
103 | index 263e7d3..d31b93b 100644 | ||
104 | --- a/lib/rubygems/specification.rb | ||
105 | +++ b/lib/rubygems/specification.rb | ||
106 | @@ -1283,16 +1283,15 @@ class Gem::Specification | ||
107 | # eg: /usr/local/lib/ruby/1.8/exts/mygem-1.0 | ||
108 | |||
109 | def ext_dir | ||
110 | - @gem_dir ||= File.expand_path File.join(exts_dir, full_name) | ||
111 | + @ext_dir ||= File.join exts_dir, full_name, require_paths.first | ||
112 | end | ||
113 | |||
114 | ## | ||
115 | # Returns the full path to the exts directory containing this spec's | ||
116 | - # gem directory. eg: /usr/local/lib/ruby/1.8/exts | ||
117 | + # gem directory. eg: /usr/local/lib/ruby/1.8/gems | ||
118 | |||
119 | def exts_dir | ||
120 | - # TODO: this logic seems terribly broken, but tests fail if just base_dir | ||
121 | - @exts_dir ||= File.join(loaded_from && base_dir || Gem.dir, "exts") | ||
122 | + @exts_dir ||= gems_dir | ||
123 | end | ||
124 | |||
125 | ## | ||
126 | -- | ||
127 | 1.7.7.3 | ||
128 | |||
129 | |||
130 | From 11b4a0cbadd8b1d3320f838881aa60feb6f848e7 Mon Sep 17 00:00:00 2001 | ||
131 | From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> | ||
132 | Date: Wed, 16 Nov 2011 14:52:16 +0100 | ||
133 | Subject: [PATCH 3/6] Simplify the extending of $LOAD_PATH for binary gems. | ||
134 | |||
135 | --- | ||
136 | lib/rubygems/specification.rb | 11 +++++------ | ||
137 | 1 files changed, 5 insertions(+), 6 deletions(-) | ||
138 | |||
139 | diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb | ||
140 | index d31b93b..e65ea2d 100644 | ||
141 | --- a/lib/rubygems/specification.rb | ||
142 | +++ b/lib/rubygems/specification.rb | ||
143 | @@ -843,11 +843,7 @@ class Gem::Specification | ||
144 | File.join full_gem_path, path | ||
145 | end | ||
146 | |||
147 | - unless extensions.empty? | ||
148 | - paths += require_paths.map do |path| | ||
149 | - File.join ext_dir, path | ||
150 | - end | ||
151 | - end | ||
152 | + paths << ext_dir unless extensions.empty? || paths.include?(ext_dir) | ||
153 | |||
154 | # gem directories must come after -I and ENV['RUBYLIB'] | ||
155 | insert_index = Gem.load_path_insert_index | ||
156 | @@ -1291,7 +1287,10 @@ class Gem::Specification | ||
157 | # gem directory. eg: /usr/local/lib/ruby/1.8/gems | ||
158 | |||
159 | def exts_dir | ||
160 | - @exts_dir ||= gems_dir | ||
161 | + @exts_dir ||= begin | ||
162 | + dirs = Gem.default_dirs.detect {|location, paths| paths[:gem_dir] == base_dir} | ||
163 | + dirs ? File.join(dirs.last[:ext_dir], 'exts') : gems_dir | ||
164 | + end | ||
165 | end | ||
166 | |||
167 | ## | ||
168 | -- | ||
169 | 1.7.7.3 | ||
170 | |||
171 | |||
172 | From 5d46cd2b1ac9517a9cbcfa430261e62bb3a376b8 Mon Sep 17 00:00:00 2001 | ||
173 | From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> | ||
174 | Date: Fri, 9 Dec 2011 16:31:04 +0100 | ||
175 | Subject: [PATCH 4/6] Fix the binary extension search path construction. | ||
176 | |||
177 | --- | ||
178 | lib/rubygems/installer.rb | 2 +- | ||
179 | lib/rubygems/specification.rb | 4 ++-- | ||
180 | 2 files changed, 3 insertions(+), 3 deletions(-) | ||
181 | |||
182 | diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb | ||
183 | index 0063c7f..83b8fd5 100644 | ||
184 | --- a/lib/rubygems/installer.rb | ||
185 | +++ b/lib/rubygems/installer.rb | ||
186 | @@ -499,7 +499,7 @@ TEXT | ||
187 | def build_extensions | ||
188 | return if spec.extensions.empty? | ||
189 | say "Building native extensions. This could take a while..." | ||
190 | - dest_path = spec.ext_dir | ||
191 | + dest_path = File.join spec.ext_dir, spec.require_paths.first | ||
192 | ran_rake = false # only run rake once | ||
193 | |||
194 | spec.extensions.each do |extension| | ||
195 | diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb | ||
196 | index e65ea2d..8be2ade 100644 | ||
197 | --- a/lib/rubygems/specification.rb | ||
198 | +++ b/lib/rubygems/specification.rb | ||
199 | @@ -843,7 +843,7 @@ class Gem::Specification | ||
200 | File.join full_gem_path, path | ||
201 | end | ||
202 | |||
203 | - paths << ext_dir unless extensions.empty? || paths.include?(ext_dir) | ||
204 | + paths << File.join(ext_dir, require_paths.first) unless extensions.empty? || (ext_dir == full_gem_path) | ||
205 | |||
206 | # gem directories must come after -I and ENV['RUBYLIB'] | ||
207 | insert_index = Gem.load_path_insert_index | ||
208 | @@ -1279,7 +1279,7 @@ class Gem::Specification | ||
209 | # eg: /usr/local/lib/ruby/1.8/exts/mygem-1.0 | ||
210 | |||
211 | def ext_dir | ||
212 | - @ext_dir ||= File.join exts_dir, full_name, require_paths.first | ||
213 | + @ext_dir ||= File.join exts_dir, full_name | ||
214 | end | ||
215 | |||
216 | ## | ||
217 | -- | ||
218 | 1.7.7.3 | ||
219 | |||
220 | |||
221 | From 6229583633802b45e5a3e5689ab9077347cd9ef7 Mon Sep 17 00:00:00 2001 | ||
222 | From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> | ||
223 | Date: Tue, 13 Dec 2011 12:14:54 +0100 | ||
224 | Subject: [PATCH 5/6] Remove binary extensions during uninstall. | ||
225 | |||
226 | --- | ||
227 | lib/rubygems/uninstaller.rb | 1 + | ||
228 | 1 files changed, 1 insertions(+), 0 deletions(-) | ||
229 | |||
230 | diff --git a/lib/rubygems/uninstaller.rb b/lib/rubygems/uninstaller.rb | ||
231 | index cc32ea4..94d78e0 100644 | ||
232 | --- a/lib/rubygems/uninstaller.rb | ||
233 | +++ b/lib/rubygems/uninstaller.rb | ||
234 | @@ -213,6 +213,7 @@ class Gem::Uninstaller | ||
235 | File.writable?(spec.base_dir) | ||
236 | |||
237 | FileUtils.rm_rf spec.full_gem_path | ||
238 | + FileUtils.rm_rf spec.ext_dir | ||
239 | |||
240 | # TODO: should this be moved to spec?... I vote eww (also exists in docmgr) | ||
241 | old_platform_name = [spec.name, | ||
242 | -- | ||
243 | 1.7.7.3 | ||
244 | |||
245 | |||
246 | From bc40e1b9f60a9a04456e3504ffe6ee600b6da269 Mon Sep 17 00:00:00 2001 | ||
247 | From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> | ||
248 | Date: Tue, 13 Dec 2011 14:27:14 +0100 | ||
249 | Subject: [PATCH 6/6] Avoid dependency on customized operating_system.rb. | ||
250 | |||
251 | --- | ||
252 | lib/rubygems/defaults.rb | 11 +++++++++++ | ||
253 | lib/rubygems/specification.rb | 5 +---- | ||
254 | 2 files changed, 12 insertions(+), 4 deletions(-) | ||
255 | |||
256 | diff --git a/lib/rubygems/defaults.rb b/lib/rubygems/defaults.rb | ||
257 | index 20b4198..6d8711f 100644 | ||
258 | --- a/lib/rubygems/defaults.rb | ||
259 | +++ b/lib/rubygems/defaults.rb | ||
260 | @@ -87,6 +87,17 @@ module Gem | ||
261 | end | ||
262 | |||
263 | ## | ||
264 | + # Returns binary extensions dir for specified RubyGems base dir or nil | ||
265 | + # if such directory cannot be determined. | ||
266 | + # | ||
267 | + # By default, the binary extensions are located side by side with their | ||
268 | + # Ruby counterparts, therefore nil is returned | ||
269 | + | ||
270 | + def self.default_ext_dir_for base_dir | ||
271 | + nil | ||
272 | + end | ||
273 | + | ||
274 | + ## | ||
275 | # The default system-wide source info cache directory | ||
276 | |||
277 | def self.default_system_source_cache_dir | ||
278 | diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb | ||
279 | index 8be2ade..f54210a 100644 | ||
280 | --- a/lib/rubygems/specification.rb | ||
281 | +++ b/lib/rubygems/specification.rb | ||
282 | @@ -1287,10 +1287,7 @@ class Gem::Specification | ||
283 | # gem directory. eg: /usr/local/lib/ruby/1.8/gems | ||
284 | |||
285 | def exts_dir | ||
286 | - @exts_dir ||= begin | ||
287 | - dirs = Gem.default_dirs.detect {|location, paths| paths[:gem_dir] == base_dir} | ||
288 | - dirs ? File.join(dirs.last[:ext_dir], 'exts') : gems_dir | ||
289 | - end | ||
290 | + @exts_dir ||= Gem.default_ext_dir_for(base_dir) || gems_dir | ||
291 | end | ||
292 | |||
293 | ## | ||
294 | -- | ||
295 | 1.7.7.3 | ||
296 | |||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb b/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb index 834cb7187..29f229155 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p547.bb +++ b/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb | |||
@@ -1,20 +1,7 @@ | |||
1 | require ruby.inc | 1 | require ruby.inc |
2 | PR = "${INC_PR}.0" | 2 | |
3 | 3 | SRC_URI[md5sum] = "b49fc67a834e4f77249eb73eecffb1c9" | |
4 | SRC_URI += "\ | 4 | SRC_URI[sha256sum] = "5a4de38068eca8919cb087d338c0c2e3d72c9382c804fb27ab746e6c7819ab28" |
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-rubygems-1.8.11-uninstaller.patch \ | ||
9 | file://ruby-1.9.3-custom-rubygems-location.patch \ | ||
10 | file://rubygems-1.8.11-binary-extensions.patch \ | ||
11 | file://ruby-1.9.3-mkmf-verbose.patch \ | ||
12 | file://ruby-1.9.3-install-cross.patch \ | ||
13 | file://remove-the-dependency-on-dir.patch \ | ||
14 | file://ruby-mkmf.rb-fix-race-conditions-at-install-ext.patch \ | ||
15 | " | ||
16 | SRC_URI[md5sum] = "7531f9b1b35b16f3eb3d7bea786babfd" | ||
17 | SRC_URI[sha256sum] = "9ba118e4aba04c430bc4d5efb09b31a0277e101c9fd2ef3b80b9c684d7ae57a1" | ||
18 | 5 | ||
19 | # it's unknown to configure script, but then passed to extconf.rb | 6 | # it's unknown to configure script, but then passed to extconf.rb |
20 | # maybe it's not really needed as we're hardcoding the result with | 7 | # maybe it's not really needed as we're hardcoding the result with |
@@ -23,6 +10,7 @@ UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo" | |||
23 | 10 | ||
24 | PACKAGECONFIG ??= "" | 11 | PACKAGECONFIG ??= "" |
25 | PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind" | 12 | PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind" |
13 | PACKAGECONFIG[gpm] = "--with-gmp=yes, --with-gmp=no, gmp" | ||
26 | 14 | ||
27 | EXTRA_OECONF = "\ | 15 | EXTRA_OECONF = "\ |
28 | --enable-wide-getaddrinfo \ | 16 | --enable-wide-getaddrinfo \ |
@@ -45,6 +33,7 @@ FILES_${PN} += "${datadir}/rubygems \ | |||
45 | 33 | ||
46 | FILES_${PN}-dbg += "${libdir}/ruby/*/.debug \ | 34 | FILES_${PN}-dbg += "${libdir}/ruby/*/.debug \ |
47 | ${libdir}/ruby/*/*/.debug \ | 35 | ${libdir}/ruby/*/*/.debug \ |
48 | ${libdir}/ruby/*/*/*/.debug" | 36 | ${libdir}/ruby/*/*/*/.debug \ |
37 | ${libdir}/ruby/*/*/*/*/.debug" | ||
49 | 38 | ||
50 | BBCLASSEXTEND = "native" | 39 | BBCLASSEXTEND = "native" |