diff options
| author | Kai Kang <kai.kang@windriver.com> | 2021-11-22 23:10:51 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-24 17:02:12 -0500 |
| commit | 1f3d01efd1d1bc990b78a47cd1c5fcd24ada5fa0 (patch) | |
| tree | d657c8ce053879f0acf6fb3d4fbdbeabaf55b844 /meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb | |
| parent | 359b9c90c4c1c24495842cea07c1ff5959d87a50 (diff) | |
| download | meta-cloud-services-1f3d01efd1d1bc990b78a47cd1c5fcd24ada5fa0.tar.gz | |
concurrent-ruby: 1.1.6 -> 1.1.9
Upgrade concurrent-ruby from 1.1.6 to 1.1.9:
* it changed license file to txt, so the license file name and checksum changed
* remove 'tag=' from SRC_URI and use SRCREV instead
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 new file mode 100644 index 0000000..e2c99d7 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | do_install:append () { | ||
| 15 | rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins | ||
| 16 | } | ||
| 17 | |||
| 18 | inherit ruby | ||
