tiobench_0.3.3.bb 851 B

123456789101112131415161718192021222324252627282930
  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. PR = "r1"
  6. SRC_URI = "\
  7. http://sourceforge.net/projects/tiobench/files/tiobench/${PV}/${BP}.tar.gz \
  8. file://tiobench-makefile.patch \
  9. file://avoid-glibc-clashes.patch \
  10. file://0001-Drop-inline-of-crc32-function-to-fix-build-using-GCC.patch \
  11. file://0001-Specify-printf-formats.patch \
  12. "
  13. SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128"
  14. SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc"
  15. EXTRA_OEMAKE = "PREFIX=${D}/usr"
  16. do_install() {
  17. oe_runmake install
  18. }
  19. RDEPENDS_${PN} = "\
  20. perl \
  21. perl-module-exporter-heavy \
  22. perl-module-getopt-long \
  23. perl-module-overload \
  24. perl-module-strict \
  25. "