aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cpusage
diff options
context:
space:
mode:
authorKlaus Schwarzkopf <schwarzkopf@sensortherm.de>2010-11-27 12:07:18 +0100
committerEric Bénard <eric@eukrea.com>2010-11-28 11:01:31 +0100
commitde085e3359f460589c3581b48ad30940414e05c5 (patch)
tree9932adf37bc86a51d8675dc798dfa0e3a77a992c /recipes/cpusage
parenta45e4b523d72ac12cd485da23a4c8315f76948ad (diff)
downloadopenembedded-de085e3359f460589c3581b48ad30940414e05c5.tar.gz
cpusage_0.1: fixed download link
cpusage have a new homepage: http://www.net.t-labs.tu-berlin.de/~fabian/proj_de.html Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/cpusage')
-rw-r--r--recipes/cpusage/cpusage_0.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/cpusage/cpusage_0.1.bb b/recipes/cpusage/cpusage_0.1.bb
index 3f4ddfcdcc..9a3811f664 100644
--- a/recipes/cpusage/cpusage_0.1.bb
+++ b/recipes/cpusage/cpusage_0.1.bb
@@ -1,10 +1,12 @@
DESCRIPTION = "This tool read out the tics counter of the operating system and \
calculates the Percentages spend in each CPU_STATE."
+HOMEPAGE = "http://www.net.t-labs.tu-berlin.de/~fabian/proj_de.html"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
+PR = "r0"
-SRC_URI = "http://www8.in.tum.de/~schneifa/group/sources/cpusage-${PV}.tar.gz \
+SRC_URI = "http://www.net.t-labs.tu-berlin.de/~fabian/sources/cpusage-${PV}.tar.gz \
file://cpusage.patch"
S = "${WORKDIR}/cpusage-${PV}"