From 91a9eccf4bd98a52e8d186a244e2befaa6200be2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 8 Apr 2026 15:25:56 +0000 Subject: concurrent-ruby: move from meta-openstack to main layer Transitive dependency of fluentd via tzinfo. Signed-off-by: Bruce Ashfield --- ...001-Removed-check-for-concurrent_ruby.jar.patch | 28 ++++++++++++++++++++++ recipes-devtools/ruby/concurrent-ruby_1.1.9.bb | 16 +++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch create mode 100644 recipes-devtools/ruby/concurrent-ruby_1.1.9.bb (limited to 'recipes-devtools/ruby') diff --git a/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch b/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch new file mode 100644 index 0000000..77b7257 --- /dev/null +++ b/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch @@ -0,0 +1,28 @@ +From becf55b5d1ffe7a2856e0c4b240d08a90b2ed573 Mon Sep 17 00:00:00 2001 +From: Nathan Hartman +Date: Thu, 20 Feb 2020 13:10:02 -0500 +Subject: [PATCH] Removed jar file check + +Upstream-Status: Inappropriate [embedded specific] + +--- + concurrent-ruby.gemspec | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/concurrent-ruby.gemspec b/concurrent-ruby.gemspec +index ad5d0489..1b2aa04e 100644 +--- a/concurrent-ruby.gemspec ++++ b/concurrent-ruby.gemspec +@@ -16,8 +16,7 @@ Gem::Specification.new do |s| + s.files = [*Dir['lib/concurrent-ruby/**/*.rb'] & git_files, + *Dir['ext/concurrent-ruby/**/*'] & git_files, + 'Rakefile', +- 'Gemfile', +- 'lib/concurrent-ruby/concurrent/concurrent_ruby.jar' ++ 'Gemfile' + ] + s.extra_rdoc_files = Dir['README*', 'LICENSE*', 'CHANGELOG*'] + s.require_paths = ['lib/concurrent-ruby'] +-- +2.20.1 + diff --git a/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb b/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb new file mode 100644 index 0000000..8ae17fc --- /dev/null +++ b/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb @@ -0,0 +1,16 @@ +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." +HOMEPAGE = "http://www.concurrent-ruby.com" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e319104fe1435b64fc0a67032db44f02" + +SRC_URI = "git://github.com/ruby-concurrency/concurrent-ruby.git;protocol=https;branch=master \ + file://0001-Removed-check-for-concurrent_ruby.jar.patch \ + " +SRCREV = "52c08fca13cc3811673ea2f6fdb244a0e42e0ebe" + +do_install:append () { + rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins +} + +inherit ruby -- cgit v1.2.3-54-g00ecf