diff options
| author | Alex Yao <alexyao1@meraki.com> | 2023-04-26 10:07:36 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-26 19:02:36 -0700 |
| commit | 2e0f2675045c05cd1a95db870aa0455e0e372bd4 (patch) | |
| tree | 845026cfd4d003d2c54080d53a5fc6301abf2760 /meta-oe | |
| parent | 38f13205ea4701b65468b731c4c0934a45f9917a (diff) | |
| download | meta-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-x | meta-oe/recipes-support/lcov/lcov_1.16.bb | 2 |
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 @@ | |||
| 1 | SUMMARY = "A graphical front-end for gcov" | 1 | SUMMARY = "A graphical front-end for gcov" |
| 2 | HOMEPAGE = "http://ltp.sourceforge.net/coverage/lcov.php" | 2 | HOMEPAGE = "https://github.com/linux-test-project/lcov" |
| 3 | DESCRIPTION = "LCOV is a graphical front-end for GCC's coverage testing \ | 3 | DESCRIPTION = "LCOV is a graphical front-end for GCC's coverage testing \ |
| 4 | tool gcov. It collects gcov data for multiple source files and creates \ | 4 | tool gcov. It collects gcov data for multiple source files and creates \ |
| 5 | HTML pages containing the source code annotated with coverage information. \ | 5 | HTML pages containing the source code annotated with coverage information. \ |
