aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-24 17:48:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-29 14:43:48 +0100
commit96931955f66b1b1f51a360c25cdf566c20466b13 (patch)
treefc26bbc1bda0aa76b0b533e1d010ffbc1b55741e
parentbe1f94152032f6bcbc0c37c6b57dbc6ab3caf6dc (diff)
downloadopenembedded-core-contrib-96931955f66b1b1f51a360c25cdf566c20466b13.tar.gz
libcgroup: add SUMMARY and better DESCRIPTION
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-core/libcgroup/libcgroup_0.38.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/libcgroup/libcgroup_0.38.bb b/meta/recipes-core/libcgroup/libcgroup_0.38.bb
index 32b87e6848..8bd0ead48b 100644
--- a/meta/recipes-core/libcgroup/libcgroup_0.38.bb
+++ b/meta/recipes-core/libcgroup/libcgroup_0.38.bb
@@ -1,4 +1,7 @@
-DESCRIPTION = "Libcgroup"
+SUMMARY = "Linux control group abstraction library"
+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."
SECTION = "libs"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"