aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lmbench
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-12-16 17:59:47 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-16 17:59:47 +0100
commit4926294e527f3fbb8fb91e0dfa130acc4968f900 (patch)
tree757f68a8a304f1aa5a1f79d40d73933b6240a7d7 /recipes/lmbench
parent52e30709063da8ed424ea0d07d175977715ea1ce (diff)
downloadopenembedded-4926294e527f3fbb8fb91e0dfa130acc4968f900.tar.gz
lmbench: package scripts that lmbench-run needs
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/lmbench')
-rw-r--r--recipes/lmbench/lmbench_3.0-a9.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/lmbench/lmbench_3.0-a9.bb b/recipes/lmbench/lmbench_3.0-a9.bb
index b3557d2877..02342e9cb2 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 = "r0"
+PR = "r1"
inherit autotools
@@ -53,4 +53,8 @@ do_install () {
install -m 0755 ${WORKDIR}/lmbench-run ${D}${bindir}/
mkdir -p ${D}${mandir}
mv ${D}${prefix}/man/* ${D}${mandir}/
+ install -d ${D}${datadir}/lmbench/scripts
+ install -m 0755 ${S}/scripts/* ${D}${datadir}/lmbench/scripts
}
+
+FILES_${PN} += "${datadir}/lmbench"