summaryrefslogtreecommitdiffstats
path: root/recipes/stress
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/stress')
-rw-r--r--recipes/stress/stress_1.0.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/stress/stress_1.0.0.bb b/recipes/stress/stress_1.0.0.bb
new file mode 100644
index 0000000000..58812c95db
--- /dev/null
+++ b/recipes/stress/stress_1.0.0.bb
@@ -0,0 +1,11 @@
+# stress .bb build file
+# Copyright (C) 2006, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see /COPYING)
+
+HOMEPAGE="http://weather.ou.edu/~apw/projects/stress/"
+DESCRIPTION = "a simple tool that imposes certain types of compute stress on UNIX-like operating systems."
+LICENSE = "GPL"
+
+inherit autotools
+
+SRC_URI="http://weather.ou.edu/~apw/projects/stress/stress-${PV}.tar.gz"