From 2e0f2675045c05cd1a95db870aa0455e0e372bd4 Mon Sep 17 00:00:00 2001 From: Alex Yao Date: Wed, 26 Apr 2023 10:07:36 -0700 Subject: [PATCH] lcov: Fix homepage Lcov moved to GitHub so fix the homepage. Signed-off-by: Alex Yao Signed-off-by: Khem Raj --- meta-oe/recipes-support/lcov/lcov_1.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ SUMMARY = "A graphical front-end for gcov" -HOMEPAGE = "http://ltp.sourceforge.net/coverage/lcov.php" +HOMEPAGE = "https://github.com/linux-test-project/lcov" DESCRIPTION = "LCOV is a graphical front-end for GCC's coverage testing \ tool gcov. It collects gcov data for multiple source files and creates \ HTML pages containing the source code annotated with coverage information. \