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 | |
| 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')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch | 28 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb | 16 |
2 files changed, 0 insertions, 44 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 | |||
diff --git a/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb b/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb deleted file mode 100644 index 8ae17fc..0000000 --- a/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | SUMMARY = "Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns." | ||
| 2 | HOMEPAGE = "http://www.concurrent-ruby.com" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e319104fe1435b64fc0a67032db44f02" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/ruby-concurrency/concurrent-ruby.git;protocol=https;branch=master \ | ||
| 8 | file://0001-Removed-check-for-concurrent_ruby.jar.patch \ | ||
| 9 | " | ||
| 10 | SRCREV = "52c08fca13cc3811673ea2f6fdb244a0e42e0ebe" | ||
| 11 | |||
| 12 | do_install:append () { | ||
| 13 | rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins | ||
| 14 | } | ||
| 15 | |||
| 16 | inherit ruby | ||
