[oe-commits] Koen Kooi : lmbench: install 'lmbench' script into /usr/bin so 'lmbench-run ' actually works

git version control git at git.openembedded.org
Thu Dec 16 17:39:15 UTC 2010


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

Author: Koen Kooi <k-kooi at ti.com>
Date:   Thu Dec 16 18:36:53 2010 +0100

lmbench: install 'lmbench' script into /usr/bin so 'lmbench-run' actually works

Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/lmbench/lmbench_3.0-a9.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/lmbench/lmbench_3.0-a9.bb b/recipes/lmbench/lmbench_3.0-a9.bb
index 02342e9..1e2598a 100644
--- a/recipes/lmbench/lmbench_3.0-a9.bb
+++ b/recipes/lmbench/lmbench_3.0-a9.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Tools for performance analysis."
 LICENSE = "GPL"
 RDEPENDS_${PN} = "debianutils"
 
-PR = "r1"
+PR = "r2"
 
 inherit autotools
 
@@ -53,6 +53,7 @@ do_install () {
 	install -m 0755 ${WORKDIR}/lmbench-run ${D}${bindir}/
 	mkdir -p ${D}${mandir}
 	mv ${D}${prefix}/man/* ${D}${mandir}/
+	install -m 0755 ${S}/scripts/lmbench ${D}${bindir}
 	install -d ${D}${datadir}/lmbench/scripts
 	install -m 0755 ${S}/scripts/* ${D}${datadir}/lmbench/scripts
 }





More information about the Openembedded-commits mailing list