diff options
-rw-r--r-- | packages/stress/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/stress/stress_0.18.8.bb | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/stress/.mtn2git_empty b/packages/stress/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/stress/.mtn2git_empty diff --git a/packages/stress/stress_0.18.8.bb b/packages/stress/stress_0.18.8.bb new file mode 100644 index 0000000000..7999a3c0ee --- /dev/null +++ b/packages/stress/stress_0.18.8.bb @@ -0,0 +1,12 @@ +# 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." +MAINTAINER = "Raymond Danks <info-linux@geode.amd.com>" +LICENSE = "GPL" + +inherit autotools + +SRC_URI="http://weather.ou.edu/~apw/projects/stress/stress-${PV}.tar.gz" |