tiobench_0.3.3.bb 727 B

12345678910111213141516171819202122232425262728
  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. "
  11. SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128"
  12. SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc"
  13. EXTRA_OEMAKE = "PREFIX=${D}/usr"
  14. do_install() {
  15. oe_runmake install
  16. }
  17. RDEPENDS_${PN} = "\
  18. perl \
  19. perl-module-exporter-heavy \
  20. perl-module-getopt-long \
  21. perl-module-overload \
  22. perl-module-strict \
  23. "