From: Paul Eggleton Date: Wed, 24 Apr 2013 16:48:34 +0000 (+0100) Subject: libcgroup: add SUMMARY and better DESCRIPTION X-Git-Tag: yocto-4.0~33113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96931955f66b1b1f51a360c25cdf566c20466b13;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libcgroup: add SUMMARY and better DESCRIPTION Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/libcgroup/libcgroup_0.38.bb b/meta/recipes-core/libcgroup/libcgroup_0.38.bb index 32b87e68484..8bd0ead48be 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"