aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libcgroup
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-21 14:41:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-22 17:14:42 +0100
commitcf4dec43b33f884991b0319cf9c324a3dc59e49b (patch)
tree947ba3fa7cd7570c3ba4e46a8629f1044014e25c /meta/recipes-core/libcgroup
parent0c18f641ddd915c70f3125bf69e83cfe0b5ed645 (diff)
downloadopenembedded-core-contrib-cf4dec43b33f884991b0319cf9c324a3dc59e49b.tar.gz
libcgroup: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/libcgroup')
-rw-r--r--meta/recipes-core/libcgroup/libcgroup_0.41.bb1
1 files changed, 1 insertions, 0 deletions
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."