diff options
author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2023-10-26 12:49:15 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-26 09:02:04 -0700 |
commit | 29b5633993955d5cb8024b17130d646db82adb7e (patch) | |
tree | 00db88bc5983762abbc97bf7bbc6eecde4b7c003 /meta-oe/recipes-support/cpulimit | |
parent | 6f6bf3b1466959d99abb739885c7e921003ee51b (diff) | |
download | meta-openembedded-29b5633993955d5cb8024b17130d646db82adb7e.tar.gz |
cpulimit: add DESCRIPTION field
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Signed-off-by: Federico Briata <federicobriata@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cpulimit')
-rw-r--r-- | meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb b/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb index 58e4fd6e8..f88d3b6ca 100644 --- a/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb +++ b/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "cpulimit is a tool which limits the CPU usage of a process" | 1 | SUMMARY = "cpulimit is a tool which limits the CPU usage of a process" |
2 | DESCRIPTION = "cpulimit is a simple program that attempts to limit the CPU usage of a process (expressed in percentage, not in CPU time). This is useful to control batch jobs, when you don't want them to eat too much CPU. It does not act on the nice value or other priority stuff, but on the real CPU usage. Besides it is able to adapt itself to the overall system load, dynamically and quickly." | ||
2 | HOMEPAGE = "http://cpulimit.sourceforge.net" | 3 | HOMEPAGE = "http://cpulimit.sourceforge.net" |
3 | LICENSE = "GPL-2.0-or-later" | 4 | LICENSE = "GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86c1c0d961a437e529db93aa3bb32dc4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86c1c0d961a437e529db93aa3bb32dc4" |