summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2021-11-22 23:10:51 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-24 17:02:12 -0500
commit1f3d01efd1d1bc990b78a47cd1c5fcd24ada5fa0 (patch)
treed657c8ce053879f0acf6fb3d4fbdbeabaf55b844 /meta-openstack
parent359b9c90c4c1c24495842cea07c1ff5959d87a50 (diff)
downloadmeta-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')
-rw-r--r--meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb (renamed from meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb)12
1 files changed, 9 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb b/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb
index a328203..e2c99d7 100644
--- a/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb
+++ b/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb
@@ -2,11 +2,17 @@ SUMMARY = "Modern concurrency tools including agents, futures, promises, thread
2HOMEPAGE = "http://www.concurrent-ruby.com" 2HOMEPAGE = "http://www.concurrent-ruby.com"
3 3
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fde65ae93d18826f70c6fe125aa04297" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e319104fe1435b64fc0a67032db44f02"
6 6
7SRC_URI = "git://github.com/ruby-concurrency/concurrent-ruby.git;protocol=https;tag=v1.1.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" 8 file://0001-Removed-check-for-concurrent_ruby.jar.patch \
9 "
10SRCREV = "52c08fca13cc3811673ea2f6fdb244a0e42e0ebe"
9 11
10S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
11 13
14do_install:append () {
15 rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins
16}
17
12inherit ruby 18inherit ruby