summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-04-13 23:28:04 +0800
committerArmin Kuster <akuster808@gmail.com>2025-05-17 11:56:50 -0600
commit2f4af77a904e739ddbe9c8fd5587e0a9835a8d25 (patch)
tree9d67d06c4bb54e125b566287f84e1a3587f64373
parent3ac46979df51da3b58eccf1e037ff6be53e022a3 (diff)
downloadmeta-openembedded-2f4af77a904e739ddbe9c8fd5587e0a9835a8d25.tar.gz
catch2: upgrade 3.8.0 -> 3.8.1
ChangeLog: https://github.com/catchorg/Catch2/releases/tag/v3.8.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4e54d20446c509c35d030bd411a767fae8f36c3d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-test/catch2/catch2_3.8.1.bb (renamed from meta-oe/recipes-test/catch2/catch2_3.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_3.8.0.bb b/meta-oe/recipes-test/catch2/catch2_3.8.1.bb
index dd7ec5469a..f106b39de4 100644
--- a/meta-oe/recipes-test/catch2/catch2_3.8.0.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.8.1.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 = "914aeecfe23b1e16af6ea675a4fb5dbd5a5b8d0a" 8SRCREV = "2b60af89e23d28eefc081bc930831ee9d45ea58b"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11