From 993421b8c41e7024861f478db34d20277172ec7a Mon Sep 17 00:00:00 2001 From: Raymond Danks Date: Wed, 31 May 2006 22:45:14 +0000 Subject: [PATCH] stress - Initial add. --- packages/stress/.mtn2git_empty | 0 packages/stress/stress_0.18.8.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 packages/stress/.mtn2git_empty create mode 100644 packages/stress/stress_0.18.8.bb diff --git a/packages/stress/.mtn2git_empty b/packages/stress/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 " +LICENSE = "GPL" + +inherit autotools + +SRC_URI="http://weather.ou.edu/~apw/projects/stress/stress-${PV}.tar.gz" -- 2.39.5