summaryrefslogtreecommitdiff
path: root/recipes-support/stress/stress_1.0.4.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-07-25 21:10:53 +0200
committerStefan Agner <stefan.agner@toradex.com>2016-09-28 14:14:10 -0700
commit35a71d9bd16f5f0b0b8d6b1ecb200c6a5887f955 (patch)
tree23c34ac8fcff8f5041d838c54685939f6c99c801 /recipes-support/stress/stress_1.0.4.bb
parent3ebcb4dc5c0ea8c32a325e40b2801aa7b8451fa1 (diff)
stress: mv all files into recipes-support/stress
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-support/stress/stress_1.0.4.bb')
-rw-r--r--recipes-support/stress/stress_1.0.4.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-support/stress/stress_1.0.4.bb b/recipes-support/stress/stress_1.0.4.bb
new file mode 100644
index 0000000..6f3114d
--- /dev/null
+++ b/recipes-support/stress/stress_1.0.4.bb
@@ -0,0 +1,23 @@
+# stress .bb build file
+# Copyright (C) 2006, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see /COPYING)
+
+HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/"
+SUMMARY = "Generate load stress on UNIX-like operating systems"
+DESCRIPTION = "a simple tool that imposes certain types of compute stress on UNIX-like operating systems."
+LICENSE = "GPLv3"
+
+inherit autotools
+
+MIRRORS_prepend () {
+ http://people.seas.harvard.edu/~apw/stress/ http://pkgs.fedoraproject.org/repo/pkgs/stress/stress-1.0.4.tar.gz/a607afa695a511765b40993a64c6e2f4/
+}
+
+SRC_URI=" \
+ http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \
+ file://texinfo.patch \
+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4"
+SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0" \ No newline at end of file