All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH] concurrent-ruby: 1.1.6 -> 1.1.9
@ 2021-11-22 15:10 kai
  2021-11-24 22:02 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: kai @ 2021-11-22 15:10 UTC (permalink / raw)
  To: meta-virtualization

From: Kai Kang <kai.kang@windriver.com>

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>
---
 ...urrent-ruby_1.1.6.bb => concurrent-ruby_1.1.9.bb} | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
 rename meta-openstack/recipes-devtools/ruby/{concurrent-ruby_1.1.6.bb => concurrent-ruby_1.1.9.bb} (50%)

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
similarity index 50%
rename from meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb
rename to meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb
index a328203e..e2c99d7d 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
 HOMEPAGE = "http://www.concurrent-ruby.com"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fde65ae93d18826f70c6fe125aa04297"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e319104fe1435b64fc0a67032db44f02"
 
-SRC_URI = "git://github.com/ruby-concurrency/concurrent-ruby.git;protocol=https;tag=v1.1.6\
-	   file://0001-Removed-check-for-concurrent_ruby.jar.patch"
+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"
 
 S = "${WORKDIR}/git"
 
+do_install:append () {
+    rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins
+}
+
 inherit ruby
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization][m-c-s][PATCH] concurrent-ruby: 1.1.6 -> 1.1.9
  2021-11-22 15:10 [meta-virtualization][m-c-s][PATCH] concurrent-ruby: 1.1.6 -> 1.1.9 kai
@ 2021-11-24 22:02 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-11-24 22:02 UTC (permalink / raw)
  To: kai; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization][m-c-s][PATCH] concurrent-ruby: 1.1.6 -> 1.1.9
on 22/11/2021 kai wrote:

> From: Kai Kang <kai.kang@windriver.com>
> 
> 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>
> ---
>  ...urrent-ruby_1.1.6.bb => concurrent-ruby_1.1.9.bb} | 12 +++++++++---
>  1 file changed, 9 insertions(+), 3 deletions(-)
>  rename meta-openstack/recipes-devtools/ruby/{concurrent-ruby_1.1.6.bb => concurrent-ruby_1.1.9.bb} (50%)
> 
> 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
> similarity index 50%
> rename from meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.6.bb
> rename to meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb
> index a328203e..e2c99d7d 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
>  HOMEPAGE = "http://www.concurrent-ruby.com"
>  
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fde65ae93d18826f70c6fe125aa04297"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e319104fe1435b64fc0a67032db44f02"
>  
> -SRC_URI = "git://github.com/ruby-concurrency/concurrent-ruby.git;protocol=https;tag=v1.1.6\
> -	   file://0001-Removed-check-for-concurrent_ruby.jar.patch"
> +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"
>  
>  S = "${WORKDIR}/git"
>  
> +do_install:append () {
> +    rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins
> +}
> +
>  inherit ruby
> -- 
> 2.17.1
> 

> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-24 22:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-22 15:10 [meta-virtualization][m-c-s][PATCH] concurrent-ruby: 1.1.6 -> 1.1.9 kai
2021-11-24 22:02 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.