From: Huang Qiyu Date: Thu, 21 Sep 2017 06:41:42 +0000 (+0800) Subject: libcgroup: Add HOMEPAGE info into recipe file. X-Git-Tag: 2017-10~118 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cf4dec43b33f884991b0319cf9c324a3dc59e49b;p=openembedded-core.git libcgroup: Add HOMEPAGE info into recipe file. Signed-off-by: Huang Qiyu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/libcgroup/libcgroup_0.41.bb b/meta/recipes-core/libcgroup/libcgroup_0.41.bb index 95979630ad..e4b1782ad4 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."