diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-20 17:01:30 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-20 17:09:31 +0200 |
commit | c5955cfe486cb84ba27ad0692ceecdaab779bb99 (patch) | |
tree | 2e616dcf11f4ab645e95e3ac3222d1f5ae65b2ce /recipes | |
parent | a932e4306f6e03a0f048305130cb7f6d9e0481de (diff) |
unixbench: move perl to RRECOMMENDS and add few extra modules and x11perf for gfx-x11 test
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/unixbench/unixbench_5.1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |