All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] catch2: upgrade to 2.13.4
@ 2021-02-16 13:43 Patrick Williams
  2021-02-16 14:03 ` [OE-core] " Konrad Weihmann
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick Williams @ 2021-02-16 13:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: Patrick Williams

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
---
 .../recipes-test/catch2/{catch2_2.9.2.bb => catch2_2.13.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-test/catch2/{catch2_2.9.2.bb => catch2_2.13.4.bb} (84%)

diff --git a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb
similarity index 84%
rename from meta-oe/recipes-test/catch2/catch2_2.9.2.bb
rename to meta-oe/recipes-test/catch2/catch2_2.13.4.bb
index 57fc935f77..512c00681f 100644
--- a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb
+++ b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb
@@ -5,8 +5,8 @@ HOMEPAGE = "https://github.com/catchorg/Catch2"
 LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 
-SRC_URI = "git://github.com/catchorg/Catch2.git"
-SRCREV = "2c869e17e4803d30b3d5ca5b0d76387b9db97fa5"
+SRC_URI = "git://github.com/catchorg/Catch2.git;nobranch=1"
+SRCREV = "de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad"
 
 S = "${WORKDIR}/git"
 
-- 
2.26.2


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

* Re: [OE-core] [meta-oe][PATCH] catch2: upgrade to 2.13.4
  2021-02-16 13:43 [meta-oe][PATCH] catch2: upgrade to 2.13.4 Patrick Williams
@ 2021-02-16 14:03 ` Konrad Weihmann
  2021-02-16 15:02   ` Patrick Williams
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Weihmann @ 2021-02-16 14:03 UTC (permalink / raw)
  To: openembedded-core, patrick

On 16.02.21 14:43, Patrick Williams wrote:
> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
> ---
>   .../recipes-test/catch2/{catch2_2.9.2.bb => catch2_2.13.4.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-oe/recipes-test/catch2/{catch2_2.9.2.bb => catch2_2.13.4.bb} (84%)
> 
> diff --git a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb
> similarity index 84%
> rename from meta-oe/recipes-test/catch2/catch2_2.9.2.bb
> rename to meta-oe/recipes-test/catch2/catch2_2.13.4.bb
> index 57fc935f77..512c00681f 100644
> --- a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb
> +++ b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb
> @@ -5,8 +5,8 @@ HOMEPAGE = "https://github.com/catchorg/Catch2"
>   LICENSE = "BSL-1.0"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
>   
> -SRC_URI = "git://github.com/catchorg/Catch2.git"
> -SRCREV = "2c869e17e4803d30b3d5ca5b0d76387b9db97fa5"
> +SRC_URI = "git://github.com/catchorg/Catch2.git;nobranch=1"

Wrong mailing list I suppose - this should go to 
openembedded-devel@lists.openembedded.org - and on a second note I don't 
think using nobranch is a good idea - the branch used "v2.x" or is there 
any reason for this which isn't that obvious?

> +SRCREV = "de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad"
>   
>   S = "${WORKDIR}/git"
>   
> 
> 
> 
> 
> 

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

* Re: [OE-core] [meta-oe][PATCH] catch2: upgrade to 2.13.4
  2021-02-16 14:03 ` [OE-core] " Konrad Weihmann
@ 2021-02-16 15:02   ` Patrick Williams
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Williams @ 2021-02-16 15:02 UTC (permalink / raw)
  To: Konrad Weihmann; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1044 bytes --]

On Tue, Feb 16, 2021 at 03:03:33PM +0100, Konrad Weihmann wrote:
> On 16.02.21 14:43, Patrick Williams wrote:
  
> > -SRC_URI = "git://github.com/catchorg/Catch2.git"
> > -SRCREV = "2c869e17e4803d30b3d5ca5b0d76387b9db97fa5"
> > +SRC_URI = "git://github.com/catchorg/Catch2.git;nobranch=1"
> 
> Wrong mailing list I suppose - this should go to 
> openembedded-devel@lists.openembedded.org 

Oh, sorry.  I was following:
    https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded

> and on a second note I don't 
> think using nobranch is a good idea - the branch used "v2.x" or is there 
> any reason for this which isn't that obvious?

Let me try 'branch=v2.x'.  `fetch` failed when I left it as default so I
didn't investigate a whole lot more and just used 'nobranch=1' because
that was the first thing that came to mind.  It does look like the
v2.13.4 tag is along the v2.x branch, so that'll probably work.

> 
> > +SRCREV = "de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad"
> >   
-- 
Patrick Williams

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

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

* [meta-oe][PATCH] catch2: upgrade to 2.13.4
@ 2021-02-20 16:13 Patrick Williams
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Williams @ 2021-02-20 16:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Patrick Williams

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
---
 .../recipes-test/catch2/{catch2_2.9.2.bb => catch2_2.13.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-test/catch2/{catch2_2.9.2.bb => catch2_2.13.4.bb} (84%)

diff --git a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb
similarity index 84%
rename from meta-oe/recipes-test/catch2/catch2_2.9.2.bb
rename to meta-oe/recipes-test/catch2/catch2_2.13.4.bb
index 57fc935f77..21004726a2 100644
--- a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb
+++ b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb
@@ -5,8 +5,8 @@ HOMEPAGE = "https://github.com/catchorg/Catch2"
 LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 
-SRC_URI = "git://github.com/catchorg/Catch2.git"
-SRCREV = "2c869e17e4803d30b3d5ca5b0d76387b9db97fa5"
+SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x"
+SRCREV = "de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad"
 
 S = "${WORKDIR}/git"
 
-- 
2.26.2


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

end of thread, other threads:[~2021-02-20 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16 13:43 [meta-oe][PATCH] catch2: upgrade to 2.13.4 Patrick Williams
2021-02-16 14:03 ` [OE-core] " Konrad Weihmann
2021-02-16 15:02   ` Patrick Williams
2021-02-20 16:13 Patrick Williams

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.