package/iozone: bump to version 3_489
authorGilles Talis <gilles.talis@gmail.com>
Sun, 9 Feb 2020 15:49:26 +0000 (16:49 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 11 Feb 2020 23:06:02 +0000 (00:06 +0100)
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>
package/iozone/iozone.hash
package/iozone/iozone.mk

index 852248629744e44efd8555bc10fdae4f34a06ca2..f2f40473c3de181cbc67665056b4c0ced11c4863 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 960265163d93f15f7ad352f726d4837c5dd794fff357c743fdb56cbcf4abca04        iozone3_488.tar
+sha256 6155850d1019f2450dc926bbdb5a24abf423ee3bb928ab1e68569cf60a908584        iozone3_489.tar
index adc5a669559a038c13cdb3c8debf95416eb61870..a491faf9d46b410d0e9a265cd9188f846d500bdf 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-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)
@@ -25,6 +25,8 @@ endef
 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))