git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c78db7a
)
lmbench: install 'lmbench' script into /usr/bin so 'lmbench-run' actually works
author
Koen Kooi
<k-kooi@ti.com>
Thu, 16 Dec 2010 17:36:53 +0000
(18:36 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 16 Dec 2010 17:37:53 +0000
(18:37 +0100)
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/lmbench/lmbench_3.0-a9.bb
patch
|
blob
|
history
diff --git
a/recipes/lmbench/lmbench_3.0-a9.bb
b/recipes/lmbench/lmbench_3.0-a9.bb
index
02342e9
..
1e2598a
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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
}