summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch28
-rw-r--r--meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb16
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 @@
1From becf55b5d1ffe7a2856e0c4b240d08a90b2ed573 Mon Sep 17 00:00:00 2001
2From: Nathan Hartman <nathan.hartman@windriver.com>
3Date: Thu, 20 Feb 2020 13:10:02 -0500
4Subject: [PATCH] Removed jar file check
5
6Upstream-Status: Inappropriate [embedded specific]
7
8---
9 concurrent-ruby.gemspec | 3 +--
10 1 file changed, 1 insertion(+), 2 deletions(-)
11
12diff --git a/concurrent-ruby.gemspec b/concurrent-ruby.gemspec
13index 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--
272.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 @@
1SUMMARY = "Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns."
2HOMEPAGE = "http://www.concurrent-ruby.com"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e319104fe1435b64fc0a67032db44f02"
6
7SRC_URI = "git://github.com/ruby-concurrency/concurrent-ruby.git;protocol=https;branch=master \
8 file://0001-Removed-check-for-concurrent_ruby.jar.patch \
9 "
10SRCREV = "52c08fca13cc3811673ea2f6fdb244a0e42e0ebe"
11
12do_install:append () {
13 rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins
14}
15
16inherit ruby