From: Martin Jansa Date: Sun, 20 Jun 2010 15:01:30 +0000 (+0200) Subject: unixbench: move perl to RRECOMMENDS and add few extra modules and x11perf for gfx... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5955cfe486cb84ba27ad0692ceecdaab779bb99;p=openembedded.git unixbench: move perl to RRECOMMENDS and add few extra modules and x11perf for gfx-x11 test Signed-off-by: Martin Jansa --- 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"