diff options
| author | Christian Eggers <ceggers@arri.de> | 2023-11-16 17:57:15 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:25 -0800 |
| commit | b630e32f33d230b478ce76573607807313a03d13 (patch) | |
| tree | 43f113d5421a83f7c7968c8f9fe4df3f580730c8 /meta-python/recipes-devtools/python/python3-gcovr_6.0.bb | |
| parent | 1292ec8a03dd14bedd95fb3f1100212a81d475fe (diff) | |
| download | meta-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/recipes-devtools/python/python3-gcovr_6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gcovr_6.0.bb | 2 |
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" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6542fc4ce5904ffb741ef56f8fe33452" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6542fc4ce5904ffb741ef56f8fe33452" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/gcovr/gcovr.git;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https" |
| 8 | SRCREV = "1221ef62ff0de15bbeaf79e68e08a65d62c73ff4" | 8 | SRCREV = "1221ef62ff0de15bbeaf79e68e08a65d62c73ff4" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
