diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-21 14:41:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-22 17:14:42 +0100 |
commit | cf4dec43b33f884991b0319cf9c324a3dc59e49b (patch) | |
tree | 947ba3fa7cd7570c3ba4e46a8629f1044014e25c | |
parent | 0c18f641ddd915c70f3125bf69e83cfe0b5ed645 (diff) | |
download | openembedded-core-cf4dec43b33f884991b0319cf9c324a3dc59e49b.tar.gz openembedded-core-cf4dec43b33f884991b0319cf9c324a3dc59e49b.tar.bz2 openembedded-core-cf4dec43b33f884991b0319cf9c324a3dc59e49b.zip |
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>
-rw-r--r-- | meta/recipes-core/libcgroup/libcgroup_0.41.bb | 1 |
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." |