summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/stress/stress_1.0.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb
index df96fc0b86..00d9940d53 100644
--- a/meta/recipes-extended/stress/stress_1.0.4.bb
+++ b/meta/recipes-extended/stress/stress_1.0.4.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \
2imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." 2imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
3HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" 3HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 6
7SRC_URI = "http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \ 7SRC_URI = "http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \
8 file://texinfo.patch \ 8 file://texinfo.patch \
9 " 9 "
10 10
11SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4" 11SRC_URI[md5sum] = "890a4236dd1656792f3ef9a190cf99ef"
12SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0" 12SRC_URI[sha256sum] = "057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b"
13 13
14inherit autotools 14inherit autotools