From: Fan Xin Date: Mon, 4 Sep 2017 03:00:18 +0000 (+0900) Subject: perf: Add HOMEPAGE info into recipe file. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c46e49c06e16e46422f925662cd2c8c698dc04ee;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 b88220429cf..b79b973947a 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"