diff options
Diffstat (limited to 'meta/recipes-extended/stress/stress_1.0.4.bb')
-rw-r--r-- | meta/recipes-extended/stress/stress_1.0.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb new file mode 100644 index 0000000000..44f2fc64dd --- /dev/null +++ b/meta/recipes-extended/stress/stress_1.0.4.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ | ||
2 | imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." | ||
3 | HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
6 | |||
7 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/stress/stress-${PV}.tar.gz/a607afa695a511765b40993a64c6e2f4/stress-${PV}.tar.gz \ | ||
8 | file://texinfo.patch \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4" | ||
12 | SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0" | ||
13 | |||
14 | inherit autotools | ||