summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-25 17:36:59 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-25 09:49:48 -0800
commit052eca7394d624b1e1bffcc944127a0ce93179d3 (patch)
tree3ad6764eac1f00d806a5d510761743285297e504
parent61f8a5e8e5aabc34b7402a57979fb94ffe57c991 (diff)
downloadmeta-openembedded-052eca7394d624b1e1bffcc944127a0ce93179d3.tar.gz
catch2: upgrade 3.12.0 -> 3.13.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-test/catch2/catch2_3.13.0.bb (renamed from meta-oe/recipes-test/catch2/catch2_3.12.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_3.12.0.bb b/meta-oe/recipes-test/catch2/catch2_3.13.0.bb
index cd51686c0d..c5d85ba302 100644
--- a/meta-oe/recipes-test/catch2/catch2_3.12.0.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.13.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;tag=v${PV}" 7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}"
8SRCREV = "88abf9bf325c798c33f54f6b9220ef885b267f4f" 8SRCREV = "29c9844f688acb27c87338c39cd186ebfe41aa19"
9 9
10 10
11inherit cmake python3native 11inherit cmake python3native