From: Fan Xin Date: Mon, 4 Sep 2017 03:00:18 +0000 (+0900) Subject: perf: Add HOMEPAGE info into recipe file. X-Git-Tag: 2017-10~344 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c46e49c06e16e46422f925662cd2c8c698dc04ee;p=openembedded-core.git perf: Add HOMEPAGE info into recipe file. Signed-off-by: Fan Xin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index b88220429c..b79b973947 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -5,6 +5,7 @@ performance analysis. It covers hardware level \ (CPU/PMU, Performance Monitoring Unit) features \ and software features (software counters, tracepoints) \ as well." +HOMEPAGE = "https://perf.wiki.kernel.org/index.php/Main_Page" LICENSE = "GPLv2"