aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stress/stress_1.0.0.bb
blob: 58812c95db656fc0c215e7784a2b31fe3fd81b02 (plain)
1
2
3
4
5
6
7
8
9
10
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"