diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-14 16:54:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-14 09:52:28 -0700 |
commit | baf005f1403e25a0749367d0c2ad9bef466fbd4e (patch) | |
tree | 902ffa05ce5f3790318ba3bc2c028f79fbb3d10b | |
parent | 0c6596019f240250055f4a8adf8f3039c1338ce7 (diff) | |
download | meta-openembedded-baf005f1403e25a0749367d0c2ad9bef466fbd4e.tar.gz |
python3-gcovr: upgrade 8.0 -> 8.2
Changelog:
===========
- Fix documentation build issue.
- If a internal generated function is excluded the lines, if present, are
excluded as well.
- Fix exclusion of internal functions.
- Only print info on the first undefined block number in data model.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b307623752f2e1189349885b95b326e5" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b307623752f2e1189349885b95b326e5" |
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 = "029de7050c8a7fffdaaee13cccd3939b29412190" | 8 | SRCREV = "045fb8d51806bd7f9e3df4e4edffa3bb816cf77f" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||