From baf005f1403e25a0749367d0c2ad9bef466fbd4e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:54:46 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-gcovr_8.0.bb | 23 ---------------------- .../recipes-devtools/python/python3-gcovr_8.2.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-gcovr_8.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-gcovr_8.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-gcovr_8.0.bb b/meta-python/recipes-devtools/python/python3-gcovr_8.0.bb deleted file mode 100644 index 27a4972ade..0000000000 --- a/meta-python/recipes-devtools/python/python3-gcovr_8.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "generate GCC code coverage reports" -HOMEPAGE = "https://gcovr.com" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b307623752f2e1189349885b95b326e5" - -SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https" -SRCREV = "029de7050c8a7fffdaaee13cccd3939b29412190" - -S = "${WORKDIR}/git" - -inherit setuptools3 - -RDEPENDS:${PN} += " \ - python3-colorlog \ - python3-jinja2 \ - python3-lxml \ - python3-multiprocessing \ - python3-pygments \ - python3-setuptools \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-gcovr_8.2.bb b/meta-python/recipes-devtools/python/python3-gcovr_8.2.bb new file mode 100644 index 0000000000..bbafa36acf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gcovr_8.2.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "generate GCC code coverage reports" +HOMEPAGE = "https://gcovr.com" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b307623752f2e1189349885b95b326e5" + +SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https" +SRCREV = "045fb8d51806bd7f9e3df4e4edffa3bb816cf77f" + +S = "${WORKDIR}/git" + +inherit setuptools3 + +RDEPENDS:${PN} += " \ + python3-colorlog \ + python3-jinja2 \ + python3-lxml \ + python3-multiprocessing \ + python3-pygments \ + python3-setuptools \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf