summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
diff options
context:
space:
mode:
authorYanfei Xu <yanfei.xu@windriver.com>2021-02-23 15:36:44 +0800
committerKhem Raj <raj.khem@gmail.com>2021-02-23 11:08:21 -0800
commit367685ac887d6dff47ef7d6b833f109d13d9384c (patch)
tree9845b3aeca86f2df8d0a653714f19aafd9af1571 /meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
parent96db316f758e8d11f70509e4ca195c7eefcceee5 (diff)
downloadmeta-openembedded-367685ac887d6dff47ef7d6b833f109d13d9384c.tar.gz
lmbench: Install cache command and fix typos in manual page
Cache command was omitted when install, now add it. Fix a few typos in lat_unix_connect manual page. Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb')
-rw-r--r--meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
index 21e81ecf2..e9d1067d4 100644
--- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
+++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
@@ -29,6 +29,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lmbench/lmbench-${PV}.tgz \
29 file://0001-lmbench-Point-webpage-lm-to-target-directory.patch \ 29 file://0001-lmbench-Point-webpage-lm-to-target-directory.patch \
30 file://0001-doc-Fix-typos-in-manual-pages.patch \ 30 file://0001-doc-Fix-typos-in-manual-pages.patch \
31 file://0001-lat_fifo-Fix-cleanup-sequence.patch \ 31 file://0001-lat_fifo-Fix-cleanup-sequence.patch \
32 file://0001-doc-Fix-typos-in-lat_unix_connect-manual-page.patch \
32 " 33 "
33SRC_URI[md5sum] = "b3351a3294db66a72e2864a199d37cbf" 34SRC_URI[md5sum] = "b3351a3294db66a72e2864a199d37cbf"
34SRC_URI[sha256sum] = "cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551" 35SRC_URI[sha256sum] = "cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551"
@@ -73,6 +74,7 @@ do_install () {
73 -C src install 74 -C src install
74 mv ${D}${bindir}/line ${D}${bindir}/lm_line 75 mv ${D}${bindir}/line ${D}${bindir}/lm_line
75 install -m 0755 ${WORKDIR}/lmbench-run ${D}${bindir}/ 76 install -m 0755 ${WORKDIR}/lmbench-run ${D}${bindir}/
77 install -m 0755 ${S}/bin/${TARGET_SYS}/cache ${D}${bindir}/
76 sed -i -e 's,^SHAREDIR=.*$,SHAREDIR=${datadir}/${BPN},;' \ 78 sed -i -e 's,^SHAREDIR=.*$,SHAREDIR=${datadir}/${BPN},;' \
77 -e 's,^CONFIG=.*$,CONFIG=`$SCRIPTSDIR/config`,;' \ 79 -e 's,^CONFIG=.*$,CONFIG=`$SCRIPTSDIR/config`,;' \
78 ${D}${bindir}/lmbench-run 80 ${D}${bindir}/lmbench-run