aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Esipov <yesipov@gmail.com>2023-09-21 14:14:14 +0200
committerArmin Kuster <akuster808@gmail.com>2023-09-30 08:54:04 -0400
commit56f851346499278f58677b489296b383260a6948 (patch)
tree2fec4a45c4eb96d5f607a07591fb20848a992aee
parent964979d26ddb8e74bc08d0a92236d433058bbec3 (diff)
downloadmeta-openembedded-contrib-56f851346499278f58677b489296b383260a6948.tar.gz
catch2: switch from master to v2.x branch
"master" branch does not exist in original repo. Signed-off-by: Kirill Esipov <yesipov@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-test/catch2/catch2_2.9.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb b/meta-oe/recipes-test/catch2/catch2_2.9.2.bb
index 9d449a23a6..50188937d5 100644
--- a/meta-oe/recipes-test/catch2/catch2_2.9.2.bb
+++ b/meta-oe/recipes-test/catch2/catch2_2.9.2.bb
@@ -5,7 +5,7 @@ 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=master;protocol=https"
+SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x;protocol=https"
SRCREV = "2c869e17e4803d30b3d5ca5b0d76387b9db97fa5"
S = "${WORKDIR}/git"