lmbench: package scripts that lmbench-run needs
authorKoen Kooi <k-kooi@ti.com>
Thu, 16 Dec 2010 16:59:47 +0000 (17:59 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 16 Dec 2010 16:59:47 +0000 (17:59 +0100)
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/lmbench/lmbench_3.0-a9.bb

index b3557d2..02342e9 100644 (file)
@@ -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"