From 2da3bce1a35b0c2c272b9fdd5879d83c584be240 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 2 Sep 2026 18:28:27 +0800 Subject: [PATCH] catch2: upgrade 3.15.3 -> 3.16.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-test/catch2/{catch2_3.15.3.bb => catch2_3.16.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-test/catch2/{catch2_3.15.3.bb => catch2_3.16.0.bb} (92%) diff --git a/meta-oe/recipes-test/catch2/catch2_3.15.3.bb b/meta-oe/recipes-test/catch2/catch2_3.16.0.bb similarity index 92% rename from meta-oe/recipes-test/catch2/catch2_3.15.3.bb rename to meta-oe/recipes-test/catch2/catch2_3.16.0.bb index f331a09f68..e9ef1e70a4 100644 --- a/meta-oe/recipes-test/catch2/catch2_3.15.3.bb +++ b/meta-oe/recipes-test/catch2/catch2_3.16.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 = "95d8a61b089317bec800c7cc4c64064cbcb3802d" +SRCREV = "317ac1ed4c0bb6e6b91eafc817e05c488feffcb3" inherit cmake python3native