[meta-oe] catch2: upgrade 2.13.7 -> 3.0.1

Message ID 1656925643-8143-4-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] catch2: upgrade 2.13.7 -> 3.0.1 | expand

Commit Message

Mingyu Wang (Fujitsu) July 4, 2022, 9:07 a.m. UTC
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-test/catch2/{catch2_2.13.7.bb => catch2_3.0.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-test/catch2/{catch2_2.13.7.bb => catch2_3.0.1.bb} (82%)

Comments

Khem Raj July 6, 2022, 4:07 a.m. UTC | #1
we have libgpiod which still needs catch2 so please look into fixing
libgpiod as well. It fails currently

| ../../../../libgpiod-1.6.3/bindings/cxx/tests/gpiod-cxx-test-main.cpp:9:10:
fatal error: catch2/catch.hpp: No such file or directory
|     9 | #include <catch2/catch.hpp>
|       |          ^~~~~~~~~~~~~~~~~~
| compilation terminated.


you have to enable ptest DISTRO_FEATURE to get to this error.

On Mon, Jul 4, 2022 at 5:08 AM wangmy <wangmy@fujitsu.com> wrote:
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../recipes-test/catch2/{catch2_2.13.7.bb => catch2_3.0.1.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-test/catch2/{catch2_2.13.7.bb => catch2_3.0.1.bb} (82%)
>
> diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb b/meta-oe/recipes-test/catch2/catch2_3.0.1.bb
> similarity index 82%
> rename from meta-oe/recipes-test/catch2/catch2_2.13.7.bb
> rename to meta-oe/recipes-test/catch2/catch2_3.0.1.bb
> index ed50f659d..c6fd36806 100644
> --- a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb
> +++ b/meta-oe/recipes-test/catch2/catch2_3.0.1.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;branch=v2.x;protocol=https"
> -SRCREV = "c4e3767e265808590986d5db6ca1b5532a7f3d13"
> +SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https"
> +SRCREV = "605a34765aa5d5ecbf476b4598a862ada971b0cc"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#97685): https://lists.openembedded.org/g/openembedded-devel/message/97685
> Mute This Topic: https://lists.openembedded.org/mt/92161469/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb b/meta-oe/recipes-test/catch2/catch2_3.0.1.bb
similarity index 82%
rename from meta-oe/recipes-test/catch2/catch2_2.13.7.bb
rename to meta-oe/recipes-test/catch2/catch2_3.0.1.bb
index ed50f659d..c6fd36806 100644
--- a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.0.1.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;branch=v2.x;protocol=https"
-SRCREV = "c4e3767e265808590986d5db6ca1b5532a7f3d13"
+SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https"
+SRCREV = "605a34765aa5d5ecbf476b4598a862ada971b0cc"
 
 S = "${WORKDIR}/git"