diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:48:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:45:04 +0100 |
commit | 5aca0e36fa4eaa8e2a8add3f1731f76e7a02855e (patch) | |
tree | b03b8d2b61ff3c3d751af42da17d1273677667ad /meta/recipes-core | |
parent | bce1f1b8a74ec8139c531ec09b7bbaa02cccb08d (diff) | |
download | poky-5aca0e36fa4eaa8e2a8add3f1731f76e7a02855e.tar.gz |
libcgroup: add SUMMARY and better DESCRIPTION
(From OE-Core rev: 96931955f66b1b1f51a360c25cdf566c20466b13)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/libcgroup/libcgroup_0.38.bb | 5 |
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 @@ | |||
1 | DESCRIPTION = "Libcgroup" | 1 | SUMMARY = "Linux control group abstraction library" |
2 | DESCRIPTION = "libcgroup is a library that abstracts the control group file system \ | ||
3 | in Linux. Control groups allow you to limit, account and isolate resource usage \ | ||
4 | (CPU, memory, disk I/O, etc.) of groups of processes." | ||
2 | SECTION = "libs" | 5 | SECTION = "libs" |
3 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |