[oe-commits] Martin Jansa : unixbench: add make to RRECOMMENDS

git version control git at git.openembedded.org
Tue Jun 22 17:51:54 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jun 22 11:37:57 2010 +0200

unixbench: add make to RRECOMMENDS

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

---

 recipes/unixbench/unixbench_5.1.2.bb |    4 ++--
 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 494e659..13f846f 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"
 





More information about the Openembedded-commits mailing list