diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-02-28 15:50:42 +0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 18:31:22 -0500 |
commit | 7be7c2aca16f26175a23d442559ee036e538faa6 (patch) | |
tree | 6c7375290822453c60de2802268c0c5d9fab3970 | |
parent | 0432c5e7a62d3f3086e1b7c4ed64be07083e9a10 (diff) | |
download | meta-selinux-7be7c2aca16f26175a23d442559ee036e538faa6.tar.gz |
libcgroup: Fix the summary and description.
-rw-r--r-- | recipes-core/libcgroup/libcgroup_0.37.1.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes-core/libcgroup/libcgroup_0.37.1.bb b/recipes-core/libcgroup/libcgroup_0.37.1.bb index 9aba6e1..1c81427 100644 --- a/recipes-core/libcgroup/libcgroup_0.37.1.bb +++ b/recipes-core/libcgroup/libcgroup_0.37.1.bb | |||
@@ -1,4 +1,12 @@ | |||
1 | DESCRIPTION = "Libcgroup" | 1 | SUMMARY = "Library to control and monitor control groups" |
2 | DESCRIPTION = "\ | ||
3 | Control Groups provide a mechanism for aggregating/partitioning sets of \ | ||
4 | tasks, and all their future children, into hierarchical groups with \ | ||
5 | specialized behaviour. \n\ | ||
6 | This package contains tools and a library to allow users and applications \ | ||
7 | to manipulate, control, administrate and monitor control groups and the \ | ||
8 | associated controllers. \ | ||
9 | " | ||
2 | SECTION = "libs" | 10 | SECTION = "libs" |
3 | LICENSE = "LGPLv2.1" | 11 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |