aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unixbench
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-22 11:37:57 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-22 19:50:59 +0200
commit034c2cd49aa881b1b9dbc4f0abc203d5eaff11dd (patch)
treeb9b826d1c89c1734667b82653edb65a607a45d92 /recipes/unixbench
parent89f404095309d9ff8a54e2d1c75baba21b845de1 (diff)
downloadopenembedded-034c2cd49aa881b1b9dbc4f0abc203d5eaff11dd.tar.gz
unixbench: add make to RRECOMMENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/unixbench')
-rw-r--r--recipes/unixbench/unixbench_5.1.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/unixbench/unixbench_5.1.2.bb b/recipes/unixbench/unixbench_5.1.2.bb
index 494e6593ce..13f846fc4b 100644
--- a/recipes/unixbench/unixbench_5.1.2.bb
+++ b/recipes/unixbench/unixbench_5.1.2.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Unix benchmark suite"
DEPENDS = "virtual/libgl"
-RRECOMMENDS_${PN} = "x11perf perl perl-module-strict perl-module-posix perl-module-time-hires perl-module-exporter-heavy perl-module-io-handle perl-module-io"
-PR = "r1"
+RRECOMMENDS_${PN} = "x11perf perl perl-module-strict perl-module-posix perl-module-time-hires perl-module-exporter-heavy perl-module-io-handle perl-module-io make"
+PR = "r2"
SRC_URI = "http://byte-unixbench.googlecode.com/files/${P}.tar.gz"