summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpulimit
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagna.gianfranco@gmail.com>2023-10-26 12:49:15 +0200
committerKhem Raj <raj.khem@gmail.com>2023-10-26 09:02:04 -0700
commit29b5633993955d5cb8024b17130d646db82adb7e (patch)
tree00db88bc5983762abbc97bf7bbc6eecde4b7c003 /meta-oe/recipes-support/cpulimit
parent6f6bf3b1466959d99abb739885c7e921003ee51b (diff)
downloadmeta-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.bb1
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 @@
1SUMMARY = "cpulimit is a tool which limits the CPU usage of a process" 1SUMMARY = "cpulimit is a tool which limits the CPU usage of a process"
2DESCRIPTION = "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."
2HOMEPAGE = "http://cpulimit.sourceforge.net" 3HOMEPAGE = "http://cpulimit.sourceforge.net"
3LICENSE = "GPL-2.0-or-later" 4LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86c1c0d961a437e529db93aa3bb32dc4" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=86c1c0d961a437e529db93aa3bb32dc4"