diff mbox series

[meta-oe,22/30] catch2: upgrade 3.8.1 -> 3.12.0

Message ID 20260121112921.857-22-wangmy@fujitsu.com
State New
Headers show
Series [meta-gnome,01/30] babl: upgrade 0.1.118 -> 0.1.120 | expand

Commit Message

Wang Mingyu Jan. 21, 2026, 11:29 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-test/catch2/{catch2_3.8.1.bb => catch2_3.12.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-test/catch2/{catch2_3.8.1.bb => catch2_3.12.0.bb} (89%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb b/meta-oe/recipes-test/catch2/catch2_3.12.0.bb
similarity index 89%
rename from meta-oe/recipes-test/catch2/catch2_3.8.1.bb
rename to meta-oe/recipes-test/catch2/catch2_3.12.0.bb
index 48ed26708c..cd51686c0d 100644
--- a/meta-oe/recipes-test/catch2/catch2_3.8.1.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.12.0.bb
@@ -4,8 +4,8 @@  HOMEPAGE = "https://github.com/catchorg/Catch2"
 LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 
-SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https"
-SRCREV = "2b60af89e23d28eefc081bc930831ee9d45ea58b"
+SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}"
+SRCREV = "88abf9bf325c798c33f54f6b9220ef885b267f4f"
 
 
 inherit cmake python3native