summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-28 18:02:10 -0700
committerKhem Raj <raj.khem@gmail.com>2024-06-11 07:46:44 -0700
commit02f2a297ea64e01df74b04530fc3de43ced425b8 (patch)
tree472a53b1c31c90dec803e189058b77e373a49c13
parent06eb303345bcf8bc29d2a958271645a5276aba67 (diff)
downloadmeta-openembedded-02f2a297ea64e01df74b04530fc3de43ced425b8.tar.gz
catch2: Upgrade to 3.x release series
It supports C++20 better and newer compilers e.g. clang19 works better with 3.x series. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-test/catch2/catch2_3.6.0.bb (renamed from meta-oe/recipes-test/catch2/catch2_2.13.10.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.10.bb b/meta-oe/recipes-test/catch2/catch2_3.6.0.bb
index 8512a0f30a..c4541c4d52 100644
--- a/meta-oe/recipes-test/catch2/catch2_2.13.10.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.6.0.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/catchorg/Catch2"
4LICENSE = "BSL-1.0" 4LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
6 6
7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x;protocol=https" 7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https"
8SRCREV = "182c910b4b63ff587a3440e08f84f70497e49a81" 8SRCREV = "4e8d92bf02f7d1c8006a0e7a5ecabd8e62d98502"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11