aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lmbench/lmbench_2.0.4.bb
diff options
context:
space:
mode:
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}"