[oe-commits] Martin Jansa : unixbench: move perl to RRECOMMENDS and add few extra modules and x11perf for gfx-x11 test

git version control git at git.openembedded.org
Sun Jun 20 15:09:42 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c5955cfe486cb84ba27ad0692ceecdaab779bb99
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c5955cfe486cb84ba27ad0692ceecdaab779bb99

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jun 20 17:01:30 2010 +0200

unixbench: move perl to RRECOMMENDS and add few extra modules and x11perf for gfx-x11 test

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 b2b676d..494e659 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"
 





More information about the Openembedded-commits mailing list