summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2023-11-16 17:57:15 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-17 11:38:25 -0800
commitb630e32f33d230b478ce76573607807313a03d13 (patch)
tree43f113d5421a83f7c7968c8f9fe4df3f580730c8 /meta-python
parent1292ec8a03dd14bedd95fb3f1100212a81d475fe (diff)
downloadmeta-openembedded-b630e32f33d230b478ce76573607807313a03d13.tar.gz
python3-gcovr: switch to main branch
Branch "master" has been renamed to "main". Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-gcovr_6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gcovr_6.0.bb b/meta-python/recipes-devtools/python/python3-gcovr_6.0.bb
index 21c36687e2..bfb0aaf5e7 100644
--- a/meta-python/recipes-devtools/python/python3-gcovr_6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gcovr_6.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6542fc4ce5904ffb741ef56f8fe33452" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6542fc4ce5904ffb741ef56f8fe33452"
6 6
7SRC_URI = "git://github.com/gcovr/gcovr.git;branch=master;protocol=https" 7SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https"
8SRCREV = "1221ef62ff0de15bbeaf79e68e08a65d62c73ff4" 8SRCREV = "1221ef62ff0de15bbeaf79e68e08a65d62c73ff4"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"