mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
libcgroup: add SUMMARY and better DESCRIPTION
(From OE-Core rev: 96931955f66b1b1f51a360c25cdf566c20466b13) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bce1f1b8a7
commit
5aca0e36fa
@@ -1,4 +1,7 @@
|
||||
DESCRIPTION = "Libcgroup"
|
||||
SUMMARY = "Linux control group abstraction library"
|
||||
DESCRIPTION = "libcgroup is a library that abstracts the control group file system \
|
||||
in Linux. Control groups allow you to limit, account and isolate resource usage \
|
||||
(CPU, memory, disk I/O, etc.) of groups of processes."
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
Reference in New Issue
Block a user