summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-02-28 15:50:42 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-02-28 15:50:42 +0800
commit32fd61ab6dd5054f90eeac6130e9cf745afaa79d (patch)
tree60969c40e7480572b45d99fcf64e6091d1a9badc
parent8534bc56a9ed7f77041310164f076ec816c8bf8b (diff)
downloadmeta-selinux-32fd61ab6dd5054f90eeac6130e9cf745afaa79d.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 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 @@
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"