All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: kai <kai.kang@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][m-c-s][PATCH] concurrent-ruby: 1.1.6 -> 1.1.9
Date: Wed, 24 Nov 2021 17:02:59 -0500	[thread overview]
Message-ID: <20211124220256.GA41710@gmail.com> (raw)
In-Reply-To: <20211122151051.9683-1-kai.kang@windriver.com>

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
> 

> 
> 
> 


      reply	other threads:[~2021-11-24 22:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211124220256.GA41710@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=kai.kang@windriver.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.