blob: 1a81a38b0f34b83a14dc0bc5c3c6e8c953ffc774 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001DESCRIPTION = "generate GCC code coverage reports"
2HOMEPAGE = "https://gcovr.com"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
Patrick Williams73bd93f2024-02-20 08:07:48 -06005LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5a58ca91c1758a53f896ba89d8aaac2"
Patrick Williams92b42cb2022-09-03 06:53:57 -05006
Patrick Williamsac13d5f2023-11-24 18:59:46 -06007SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https"
Patrick Williams73bd93f2024-02-20 08:07:48 -06008SRCREV = "fc190bcb85a25f5738315434a11f8e993edce515"
Patrick Williams92b42cb2022-09-03 06:53:57 -05009
10S = "${WORKDIR}/git"
11
12inherit setuptools3
13PIP_INSTALL_PACKAGE = "gcovr"
14
Patrick Williams39653562024-03-01 08:54:02 -060015RDEPENDS:${PN} += "python3-jinja2 python3-lxml python3-setuptools python3-pygments python3-multiprocessing"
Patrick Williams92b42cb2022-09-03 06:53:57 -050016
17BBCLASSEXTEND = "native nativesdk"