summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAlex Yao <alexyao1@meraki.com>2023-04-26 10:07:36 -0700
committerKhem Raj <raj.khem@gmail.com>2023-04-26 19:02:36 -0700
commit2e0f2675045c05cd1a95db870aa0455e0e372bd4 (patch)
tree845026cfd4d003d2c54080d53a5fc6301abf2760 /meta-oe
parent38f13205ea4701b65468b731c4c0934a45f9917a (diff)
downloadmeta-openembedded-2e0f2675045c05cd1a95db870aa0455e0e372bd4.tar.gz
lcov: Fix homepage
Lcov moved to GitHub so fix the homepage. Signed-off-by: Alex Yao <alexyao1@meraki.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rwxr-xr-xmeta-oe/recipes-support/lcov/lcov_1.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lcov/lcov_1.16.bb b/meta-oe/recipes-support/lcov/lcov_1.16.bb
index 6b9e050f0f..22d68814ee 100755
--- a/meta-oe/recipes-support/lcov/lcov_1.16.bb
+++ b/meta-oe/recipes-support/lcov/lcov_1.16.bb
@@ -1,5 +1,5 @@
1SUMMARY = "A graphical front-end for gcov" 1SUMMARY = "A graphical front-end for gcov"
2HOMEPAGE = "http://ltp.sourceforge.net/coverage/lcov.php" 2HOMEPAGE = "https://github.com/linux-test-project/lcov"
3DESCRIPTION = "LCOV is a graphical front-end for GCC's coverage testing \ 3DESCRIPTION = "LCOV is a graphical front-end for GCC's coverage testing \
4tool gcov. It collects gcov data for multiple source files and creates \ 4tool gcov. It collects gcov data for multiple source files and creates \
5HTML pages containing the source code annotated with coverage information. \ 5HTML pages containing the source code annotated with coverage information. \