Also install "fileop", another file system benchmarking tool
provided by the iozone package.
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
# Locally calculated
-sha256 960265163d93f15f7ad352f726d4837c5dd794fff357c743fdb56cbcf4abca04 iozone3_488.tar
+sha256 6155850d1019f2450dc926bbdb5a24abf423ee3bb928ab1e68569cf60a908584 iozone3_489.tar
#
################################################################################
-IOZONE_VERSION = 3_488
+IOZONE_VERSION = 3_489
IOZONE_SOURCE = iozone$(IOZONE_VERSION).tar
IOZONE_SITE = http://www.iozone.org/src/current
IOZONE_LICENSE = IOzone license (NO DERIVED WORKS ALLOWED)
define IOZONE_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 755 $(@D)/src/current/iozone \
$(TARGET_DIR)/usr/bin/iozone
+ $(INSTALL) -D -m 755 $(@D)/src/current/fileop \
+ $(TARGET_DIR)/usr/bin/fileop
endef
$(eval $(generic-package))