diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-gcovr_7.2.bb (renamed from meta-python/recipes-devtools/python/python3-gcovr_7.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gcovr_7.0.bb b/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb index 1a81a38b0f..2965e2f097 100644 --- a/meta-python/recipes-devtools/python/python3-gcovr_7.0.bb +++ b/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5a58ca91c1758a53f896ba89d8aaac2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5a58ca91c1758a53f896ba89d8aaac2" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https" | 7 | SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https" |
8 | SRCREV = "fc190bcb85a25f5738315434a11f8e993edce515" | 8 | SRCREV = "c4b74b0859611283be646d590c7915e787911b6f" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||