From 052eca7394d624b1e1bffcc944127a0ce93179d3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 25 Feb 2026 17:36:59 +0800 Subject: [PATCH] catch2: upgrade 3.12.0 -> 3.13.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-test/catch2/{catch2_3.12.0.bb => catch2_3.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-test/catch2/{catch2_3.12.0.bb => catch2_3.13.0.bb} (92%) diff --git a/meta-oe/recipes-test/catch2/catch2_3.12.0.bb b/meta-oe/recipes-test/catch2/catch2_3.13.0.bb similarity index 92% rename from meta-oe/recipes-test/catch2/catch2_3.12.0.bb rename to 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" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}" -SRCREV = "88abf9bf325c798c33f54f6b9220ef885b267f4f" +SRCREV = "29c9844f688acb27c87338c39cd186ebfe41aa19" inherit cmake python3native