aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lmbench
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-12-16 18:36:53 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-16 18:37:53 +0100
commit556261d7ff4c2da80842eabeff70b9bd4bacfeae (patch)
treeeded84aa13203fedf8e9246aabd0f04f517ce6a7 /recipes/lmbench
parentc78db7ab87ad70206f022a1cd787cbe644919a2e (diff)
downloadopenembedded-556261d7ff4c2da80842eabeff70b9bd4bacfeae.tar.gz
lmbench: install 'lmbench' script into /usr/bin so 'lmbench-run' actually works
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/lmbench')
-rw-r--r--recipes/lmbench/lmbench_3.0-a9.bb3
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 02342e9cb2..1e2598ac65 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
}