From 07114e58a479a8f85db92ad34957f248f4fc1a0d Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Sat, 20 Feb 2021 10:13:33 -0600 Subject: [PATCH] catch2: upgrade to 2.13.4 Signed-off-by: Patrick Williams Signed-off-by: Khem Raj --- .../recipes-test/catch2/{catch2_2.9.2.bb => catch2_2.13.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-test/catch2/{catch2_2.9.2.bb => catch2_2.13.4.bb} (84%) diff --git a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb similarity index 84% rename from meta-oe/recipes-test/catch2/catch2_2.9.2.bb rename to meta-oe/recipes-test/catch2/catch2_2.13.4.bb index 57fc935f77..21004726a2 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.4.bb @@ -5,8 +5,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" -SRCREV = "2c869e17e4803d30b3d5ca5b0d76387b9db97fa5" +SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x" +SRCREV = "de6fe184a9ac1a06895cdd1c9b437f0a0bdf14ad" S = "${WORKDIR}/git"