From 30fd201901d46527bbe66f414ae1aacb6c135198 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 26 Oct 2023 12:49:15 +0200 Subject: cpulimit: add DESCRIPTION field Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Federico Briata Signed-off-by: Khem Raj (cherry picked from commit 29b5633993955d5cb8024b17130d646db82adb7e) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb b/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb index 58e4fd6e88..f88d3b6ca1 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 @@ SUMMARY = "cpulimit is a tool which limits the CPU usage of a process" +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." HOMEPAGE = "http://cpulimit.sourceforge.net" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=86c1c0d961a437e529db93aa3bb32dc4" -- cgit 1.2.3-korg