summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-03-11 07:17:50 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-10 21:15:03 -0700
commit8941133760b9b76295f73d171c593cddddde9b6c (patch)
tree5811be278755ac012296036d77aa57168a04fca9
parent9b754a1e2c53c701c8cbb08209e2bdfb04d95b71 (diff)
downloadmeta-openembedded-8941133760b9b76295f73d171c593cddddde9b6c.tar.gz
catch2: upgrade 3.7.1 -> 3.8.0
ChangeLog: https://github.com/catchorg/Catch2/releases/tag/v3.8.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-test/catch2/catch2_3.8.0.bb (renamed from meta-oe/recipes-test/catch2/catch2_3.7.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_3.7.1.bb b/meta-oe/recipes-test/catch2/catch2_3.8.0.bb
index 35cdab5e82..dd7ec5469a 100644
--- a/meta-oe/recipes-test/catch2/catch2_3.7.1.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.8.0.bb
@@ -5,7 +5,7 @@ LICENSE = "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=devel;protocol=https" 7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https"
8SRCREV = "fa43b77429ba76c462b1898d6cd2f2d7a9416b14" 8SRCREV = "914aeecfe23b1e16af6ea675a4fb5dbd5a5b8d0a"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11