aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-02-20 10:13:33 -0600
committerKhem Raj <raj.khem@gmail.com>2021-02-21 23:37:54 -0800
commit07114e58a479a8f85db92ad34957f248f4fc1a0d (patch)
tree83063c7ee2ed75f5a60d2acc1e5c0e2131257913
parent794959b6a330783f4036a5f3a5e996f1084b1574 (diff)
downloadmeta-openembedded-contrib-07114e58a479a8f85db92ad34957f248f4fc1a0d.tar.gz
catch2: upgrade to 2.13.4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-test/catch2/catch2_2.13.4.bb (renamed from meta-oe/recipes-test/catch2/catch2_2.9.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb b/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"