[oe-commits] Tom Rini : dbench: Add popt to DEPENDS, fix GNU_HASH, add clients. txt to tbench

git version control git at git.openembedded.org
Fri Aug 20 18:07:53 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Aug 20 10:46:50 2010 -0700

dbench: Add popt to DEPENDS, fix GNU_HASH, add clients.txt to tbench

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/dbench/dbench_4.0.bb |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/dbench/dbench_4.0.bb b/recipes/dbench/dbench_4.0.bb
index 483a0bf..623eb41 100644
--- a/recipes/dbench/dbench_4.0.bb
+++ b/recipes/dbench/dbench_4.0.bb
@@ -3,7 +3,8 @@ DESCRIPTION_dbench = "Filesystem load benchmark"
 DESCRIPTION_tbench = "TCP load benchmark"
 HOMEPAGE = "http://samba.org/ftp/tridge/dbench/"
 LICENSE = "GPL"
-PR = "r0"
+DEPENDS = "popt"
+PR = "r1"
 
 SRC_URI = "\
   http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \
@@ -14,7 +15,9 @@ inherit autotools
 
 PACKAGES =+ "tbench tbench-dbg"
 
-FILES_tbench = "${bindir}/tbench*"
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+FILES_tbench = "${bindir}/tbench* ${prefix}/share/client.txt"
 FILES_tbench-dbg += "${bindir}/.debug/tbench*"
 
 SRC_URI[md5sum] = "1fe56ff71b9a416f8889d7150ac54da4"





More information about the Openembedded-commits mailing list