From: Paul Eggleton Date: Wed, 24 Apr 2013 16:48:34 +0000 (+0100) Subject: libcgroup: add SUMMARY and better DESCRIPTION X-Git-Tag: rev_ivi_2015_02_04~12800 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd0103a226ce30b00c33c37c17208ddf288fdf9c;p=scm%2Fbb%2Ftizen-distro.git libcgroup: add SUMMARY and better DESCRIPTION (From OE-Core rev: 96931955f66b1b1f51a360c25cdf566c20466b13) Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/libcgroup/libcgroup_0.38.bb b/meta/recipes-core/libcgroup/libcgroup_0.38.bb index 32b87e6..8bd0ead 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"