aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lmbench/lmbench_2.0.4.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-19 06:43:11 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-19 08:14:38 -0700
commit9aa0531ed36b189e74a42ec58562213a444b1fea (patch)
treee5c0bd623ee098cc17f068410b1d6995140fc5e9 /recipes/lmbench/lmbench_2.0.4.bb
parentb9b8fdd4c52abf75752654050be69985a0da0c46 (diff)
downloadopenembedded-9aa0531ed36b189e74a42ec58562213a444b1fea.tar.gz
lmbench 2.0.4: Add a patch to fix a problem in 'gnu-os'
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/lmbench/lmbench_2.0.4.bb')
-rw-r--r--recipes/lmbench/lmbench_2.0.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/lmbench/lmbench_2.0.4.bb b/recipes/lmbench/lmbench_2.0.4.bb
index c1707df285..e650dd3a52 100644
--- a/recipes/lmbench/lmbench_2.0.4.bb
+++ b/recipes/lmbench/lmbench_2.0.4.bb
@@ -3,13 +3,14 @@ DESCRIPTION = "Tools for performance analysis."
LICENSE = "GPL"
RDEPENDS_${PN} = "debianutils"
-PR = "r3"
+PR = "r4"
inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/lmbench/lmbench-${PV}.tgz \
file://debian.patch \
file://exe.patch \
+ file://gnu-os-rundir.patch \
file://lmbench-run"
S = "${WORKDIR}/lmbench-${PV}"