From c5955cfe486cb84ba27ad0692ceecdaab779bb99 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 20 Jun 2010 17:01:30 +0200 Subject: unixbench: move perl to RRECOMMENDS and add few extra modules and x11perf for gfx-x11 test Signed-off-by: Martin Jansa --- recipes/unixbench/unixbench_5.1.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/unixbench/unixbench_5.1.2.bb b/recipes/unixbench/unixbench_5.1.2.bb index b2b676d4ef..494e6593ce 100644 --- a/recipes/unixbench/unixbench_5.1.2.bb +++ b/recipes/unixbench/unixbench_5.1.2.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Unix benchmark suite" DEPENDS = "virtual/libgl" -RSUGGESTS_${PN} = "perl" +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" SRC_URI = "http://byte-unixbench.googlecode.com/files/${P}.tar.gz" -- cgit 1.2.3-korg