From 8941133760b9b76295f73d171c593cddddde9b6c Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 11 Mar 2025 07:17:50 +0800 Subject: [PATCH] catch2: upgrade 3.7.1 -> 3.8.0 ChangeLog: https://github.com/catchorg/Catch2/releases/tag/v3.8.0 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../recipes-test/catch2/{catch2_3.7.1.bb => catch2_3.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-test/catch2/{catch2_3.7.1.bb => catch2_3.8.0.bb} (92%) diff --git a/meta-oe/recipes-test/catch2/catch2_3.7.1.bb b/meta-oe/recipes-test/catch2/catch2_3.8.0.bb similarity index 92% rename from meta-oe/recipes-test/catch2/catch2_3.7.1.bb rename to meta-oe/recipes-test/catch2/catch2_3.8.0.bb index 35cdab5e82..dd7ec5469a 100644 --- a/meta-oe/recipes-test/catch2/catch2_3.7.1.bb +++ b/meta-oe/recipes-test/catch2/catch2_3.8.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" -SRCREV = "fa43b77429ba76c462b1898d6cd2f2d7a9416b14" +SRCREV = "914aeecfe23b1e16af6ea675a4fb5dbd5a5b8d0a" S = "${WORKDIR}/git"