From: Huang Qiyu Date: Thu, 21 Sep 2017 06:41:42 +0000 (+0800) Subject: libcgroup: Add HOMEPAGE info into recipe file. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e347bebf1bf0ebb085f886fcdab4460bfabd6b3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libcgroup: Add HOMEPAGE info into recipe file. (From OE-Core rev: cf4dec43b33f884991b0319cf9c324a3dc59e49b) Signed-off-by: Huang Qiyu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/libcgroup/libcgroup_0.41.bb b/meta/recipes-core/libcgroup/libcgroup_0.41.bb index 95979630ad7..e4b1782ad4b 100644 --- a/meta/recipes-core/libcgroup/libcgroup_0.41.bb +++ b/meta/recipes-core/libcgroup/libcgroup_0.41.bb @@ -1,4 +1,5 @@ SUMMARY = "Linux control group abstraction library" +HOMEPAGE = "http://libcg.sourceforge.net/" DESCRIPTION = "libcgroup is a library that abstracts the control group file system \ in Linux. Control groups allow you to limit, account and isolate resource usage \ (CPU, memory, disk I/O, etc.) of groups of processes."