blob: 0769715f45a0f35061f3a1cc861c0cb79f8a7142 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Threaded I/O tester"
2HOMEPAGE = "http://sourceforge.net/projects/tiobench/"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05004LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
5
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006
7SRC_URI = "\
8 http://sourceforge.net/projects/tiobench/files/tiobench/${PV}/${BP}.tar.gz \
9 file://tiobench-makefile.patch \
10 file://avoid-glibc-clashes.patch \
11 file://0001-Drop-inline-of-crc32-function-to-fix-build-using-GCC.patch \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012 file://0001-Specify-printf-formats.patch \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013"
14SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128"
15SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc"
16
17EXTRA_OEMAKE = "PREFIX=${D}/usr"
18
19do_install() {
20 oe_runmake install
21}
22
Patrick Williams213cb262021-08-07 19:21:33 -050023RDEPENDS:${PN} = "\
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024 perl \
25 perl-module-exporter-heavy \
26 perl-module-getopt-long \
27 perl-module-overload \
28 perl-module-strict \
29"