summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-gcovr_8.2.bb (renamed from meta-python/recipes-devtools/python/python3-gcovr_8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gcovr_8.0.bb b/meta-python/recipes-devtools/python/python3-gcovr_8.2.bb
index 27a4972ade..bbafa36acf 100644
--- a/meta-python/recipes-devtools/python/python3-gcovr_8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gcovr_8.2.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b307623752f2e1189349885b95b326e5" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b307623752f2e1189349885b95b326e5"
6 6
7SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https" 7SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https"
8SRCREV = "029de7050c8a7fffdaaee13cccd3939b29412190" 8SRCREV = "045fb8d51806bd7f9e3df4e4edffa3bb816cf77f"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11