summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-02-28 15:50:42 +0800
committerMark Hatle <mark.hatle@windriver.com>2012-05-18 18:31:22 -0500
commit7be7c2aca16f26175a23d442559ee036e538faa6 (patch)
tree6c7375290822453c60de2802268c0c5d9fab3970
parent0432c5e7a62d3f3086e1b7c4ed64be07083e9a10 (diff)
downloadmeta-selinux-7be7c2aca16f26175a23d442559ee036e538faa6.tar.gz
libcgroup: Fix the summary and description.
-rw-r--r--recipes-core/libcgroup/libcgroup_0.37.1.bb10
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 @@
1DESCRIPTION = "Libcgroup" 1SUMMARY = "Library to control and monitor control groups"
2DESCRIPTION = "\
3Control Groups provide a mechanism for aggregating/partitioning sets of \
4tasks, and all their future children, into hierarchical groups with \
5specialized behaviour. \n\
6This package contains tools and a library to allow users and applications \
7to manipulate, control, administrate and monitor control groups and the \
8associated controllers. \
9"
2SECTION = "libs" 10SECTION = "libs"
3LICENSE = "LGPLv2.1" 11LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 12LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"