Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Threaded I/O tester" |
| 2 | HOMEPAGE = "http://sourceforge.net/projects/tiobench/" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
| 5 | |
| 6 | PR = "r1" |
| 7 | |
| 8 | SRC_URI = "\ |
| 9 | http://sourceforge.net/projects/tiobench/files/tiobench/${PV}/${BP}.tar.gz \ |
| 10 | file://tiobench-makefile.patch \ |
| 11 | file://avoid-glibc-clashes.patch \ |
| 12 | file://0001-Drop-inline-of-crc32-function-to-fix-build-using-GCC.patch \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 13 | file://0001-Specify-printf-formats.patch \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | " |
| 15 | SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128" |
| 16 | SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc" |
| 17 | |
| 18 | EXTRA_OEMAKE = "PREFIX=${D}/usr" |
| 19 | |
| 20 | do_install() { |
| 21 | oe_runmake install |
| 22 | } |
| 23 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 24 | RDEPENDS:${PN} = "\ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 25 | perl \ |
| 26 | perl-module-exporter-heavy \ |
| 27 | perl-module-getopt-long \ |
| 28 | perl-module-overload \ |
| 29 | perl-module-strict \ |
| 30 | " |