diff options
Diffstat (limited to 'packages/stress/stress_1.0.0.bb')
-rw-r--r-- | packages/stress/stress_1.0.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/stress/stress_1.0.0.bb b/packages/stress/stress_1.0.0.bb new file mode 100644 index 0000000000..58812c95db --- /dev/null +++ b/packages/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" |