diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-02-28 15:50:42 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-02-28 15:50:42 +0800 |
commit | 32fd61ab6dd5054f90eeac6130e9cf745afaa79d (patch) | |
tree | 60969c40e7480572b45d99fcf64e6091d1a9badc | |
parent | 8534bc56a9ed7f77041310164f076ec816c8bf8b (diff) | |
download | meta-selinux-32fd61ab6dd5054f90eeac6130e9cf745afaa79d.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 2b365be..ca9d22e 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" |