From 32fd61ab6dd5054f90eeac6130e9cf745afaa79d Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Tue, 28 Feb 2012 15:50:42 +0800 Subject: libcgroup: Fix the summary and description. --- recipes-core/libcgroup/libcgroup_0.37.1.bb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 @@ -DESCRIPTION = "Libcgroup" +SUMMARY = "Library to control and monitor control groups" +DESCRIPTION = "\ +Control Groups provide a mechanism for aggregating/partitioning sets of \ +tasks, and all their future children, into hierarchical groups with \ +specialized behaviour. \n\ +This package contains tools and a library to allow users and applications \ +to manipulate, control, administrate and monitor control groups and the \ +associated controllers. \ +" SECTION = "libs" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" -- cgit v1.2.3-54-g00ecf