All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] gensio: upgrade 2.2.5 -> 2.2.6
@ 2021-05-27  1:26 zhengruoqin
  2021-05-27 13:50 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: zhengruoqin @ 2021-05-27  1:26 UTC (permalink / raw)
  To: openembedded-devel

Because v2.2.6 commit can't be found on any branch, download it through tar package.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 .../gensio/{gensio_2.2.5.bb => gensio_2.2.6.bb}             | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-connectivity/gensio/{gensio_2.2.5.bb => gensio_2.2.6.bb} (80%)

diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.2.5.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.2.6.bb
similarity index 80%
rename from meta-oe/recipes-connectivity/gensio/gensio_2.2.5.bb
rename to meta-oe/recipes-connectivity/gensio/gensio_2.2.6.bb
index 271a668751..368861060d 100644
--- a/meta-oe/recipes-connectivity/gensio/gensio_2.2.5.bb
+++ b/meta-oe/recipes-connectivity/gensio/gensio_2.2.6.bb
@@ -5,11 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a0fd36908af843bcee10cb6dfc47fa67 \
                     file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f \
                     "
 
-SRCREV = "ed307629e067a9ef55d79beec9c9f67b86efbaaf"
+SRC_URI = "https://github.com/cminyard/gensio/archive/refs/tags/v${PV}.tar.gz"
 
-SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=2.2.x"
-
-S = "${WORKDIR}/git"
+SRC_URI[sha256sum] = "9102ca66cd71d24e07b98187dfd0d60059e6e79f1a200f377ec65b478e9e8444"
 
 inherit autotools
 
-- 
2.25.1


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

* Re: [oe] [meta-oe] [PATCH] gensio: upgrade 2.2.5 -> 2.2.6
  2021-05-27  1:26 [oe] [meta-oe] [PATCH] gensio: upgrade 2.2.5 -> 2.2.6 zhengruoqin
@ 2021-05-27 13:50 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-05-27 13:50 UTC (permalink / raw)
  To: zhengruoqin; +Cc: openembeded-devel

Hello Zheng



On Wed, May 26, 2021 at 6:26 PM zhengruoqin <zhengrq.fnst@fujitsu.com> wrote:
>
> Because v2.2.6 commit can't be found on any branch, download it through tar package.
>

this is still 2.2.x branch so i wonder wgy commit is missing

> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
> ---
>  .../gensio/{gensio_2.2.5.bb => gensio_2.2.6.bb}             | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
>  rename meta-oe/recipes-connectivity/gensio/{gensio_2.2.5.bb => gensio_2.2.6.bb} (80%)
>
> diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.2.5.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.2.6.bb
> similarity index 80%
> rename from meta-oe/recipes-connectivity/gensio/gensio_2.2.5.bb
> rename to meta-oe/recipes-connectivity/gensio/gensio_2.2.6.bb
> index 271a668751..368861060d 100644
> --- a/meta-oe/recipes-connectivity/gensio/gensio_2.2.5.bb
> +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.2.6.bb
> @@ -5,11 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a0fd36908af843bcee10cb6dfc47fa67 \
>                      file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f \
>                      "
>
> -SRCREV = "ed307629e067a9ef55d79beec9c9f67b86efbaaf"
> +SRC_URI = "https://github.com/cminyard/gensio/archive/refs/tags/v${PV}.tar.gz"

we usually do not allow using github archives as they are regenerated at times
>
> -SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=2.2.x"
> -
> -S = "${WORKDIR}/git"
> +SRC_URI[sha256sum] = "9102ca66cd71d24e07b98187dfd0d60059e6e79f1a200f377ec65b478e9e8444"
>
>  inherit autotools
>
> --
> 2.25.1
>
>
> 
>

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

end of thread, other threads:[~2021-05-27 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27  1:26 [oe] [meta-oe] [PATCH] gensio: upgrade 2.2.5 -> 2.2.6 zhengruoqin
2021-05-27 13:50 ` Khem Raj

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.