diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-08 15:25:56 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-08 16:13:11 +0000 |
| commit | 91a9eccf4bd98a52e8d186a244e2befaa6200be2 (patch) | |
| tree | e14f9ced7a6eeb992c78cab1d685931d64a66e9d /meta-openstack/recipes-devtools/ruby/concurrent-ruby | |
| parent | 7dca502013f0ffb29e277e74668c6a4100952601 (diff) | |
| download | meta-cloud-services-91a9eccf4bd98a52e8d186a244e2befaa6200be2.tar.gz | |
concurrent-ruby: move from meta-openstack to main layer
Transitive dependency of fluentd via tzinfo.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/concurrent-ruby')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch b/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch deleted file mode 100644 index 77b7257..0000000 --- a/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From becf55b5d1ffe7a2856e0c4b240d08a90b2ed573 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Nathan Hartman <nathan.hartman@windriver.com> | ||
| 3 | Date: Thu, 20 Feb 2020 13:10:02 -0500 | ||
| 4 | Subject: [PATCH] Removed jar file check | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [embedded specific] | ||
| 7 | |||
| 8 | --- | ||
| 9 | concurrent-ruby.gemspec | 3 +-- | ||
| 10 | 1 file changed, 1 insertion(+), 2 deletions(-) | ||
| 11 | |||
| 12 | diff --git a/concurrent-ruby.gemspec b/concurrent-ruby.gemspec | ||
| 13 | index ad5d0489..1b2aa04e 100644 | ||
| 14 | --- a/concurrent-ruby.gemspec | ||
| 15 | +++ b/concurrent-ruby.gemspec | ||
| 16 | @@ -16,8 +16,7 @@ Gem::Specification.new do |s| | ||
| 17 | s.files = [*Dir['lib/concurrent-ruby/**/*.rb'] & git_files, | ||
| 18 | *Dir['ext/concurrent-ruby/**/*'] & git_files, | ||
| 19 | 'Rakefile', | ||
| 20 | - 'Gemfile', | ||
| 21 | - 'lib/concurrent-ruby/concurrent/concurrent_ruby.jar' | ||
| 22 | + 'Gemfile' | ||
| 23 | ] | ||
| 24 | s.extra_rdoc_files = Dir['README*', 'LICENSE*', 'CHANGELOG*'] | ||
| 25 | s.require_paths = ['lib/concurrent-ruby'] | ||
| 26 | -- | ||
| 27 | 2.20.1 | ||
| 28 | |||
