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


Khem Raj
 

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@...> wrote:

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../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



Join openembedded-devel@lists.openembedded.org to automatically receive all group messages.