diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-08-19 05:16:16 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-21 21:35:08 +0200 |
commit | fca294b76eb2477fb23bf412b2188fdbffad6629 (patch) | |
tree | 1d14915edae041c847e1dc180ca452a9dbe3cc26 /meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | |
parent | ff134012611bc9f93237e4a4372b87c3ceaaf1a3 (diff) | |
download | meta-openembedded-fca294b76eb2477fb23bf412b2188fdbffad6629.tar.gz |
lmbench: Fix "make html" graph failure
The html-list perl script cannot parse the first line of the result
files about the lmbench version.
Additional fixes are to make the result's html pages easier to understand.
Signed-off-by: Lin Yu <lin.yu@windriver.com>
Signed-off-by: Fupan Li <fupan.li@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@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.bb | 5 |
1 files changed, 3 insertions, 2 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 41db15000e..d8238ae4b5 100644 --- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb +++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | |||
@@ -14,8 +14,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lmbench/lmbench-${PV}.tgz \ | |||
14 | file://rename-line-binary.patch \ | 14 | file://rename-line-binary.patch \ |
15 | file://update-results-script.patch \ | 15 | file://update-results-script.patch \ |
16 | file://obey-ranlib.patch \ | 16 | file://obey-ranlib.patch \ |
17 | file://update-config-script.patch \ | 17 | file://update-config-script.patch \ |
18 | file://use-base_libdir-instead-of-hardcoded-lib.patch \ | 18 | file://use-base_libdir-instead-of-hardcoded-lib.patch \ |
19 | file://lmbench_result_html_report.patch \ | ||
19 | " | 20 | " |
20 | SRC_URI[md5sum] = "b3351a3294db66a72e2864a199d37cbf" | 21 | SRC_URI[md5sum] = "b3351a3294db66a72e2864a199d37cbf" |
21 | SRC_URI[sha256sum] = "cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551" | 22 | SRC_URI[sha256sum] = "cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551" |