[Buildroot] [git commit] package/iozone: bump to version 3_489

Peter Korsgaard peter at korsgaard.com
Tue Feb 11 23:06:02 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=7fc16d14a5a94c379c5ac8578c62a2396792860d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Also install "fileop", another file system benchmarking tool
provided by the iozone package.

Signed-off-by: Gilles Talis <gilles.talis at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/iozone/iozone.hash | 2 +-
 package/iozone/iozone.mk   | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/iozone/iozone.hash b/package/iozone/iozone.hash
index 8522486297..f2f40473c3 100644
--- a/package/iozone/iozone.hash
+++ b/package/iozone/iozone.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	960265163d93f15f7ad352f726d4837c5dd794fff357c743fdb56cbcf4abca04	iozone3_488.tar
+sha256	6155850d1019f2450dc926bbdb5a24abf423ee3bb928ab1e68569cf60a908584	iozone3_489.tar
diff --git a/package/iozone/iozone.mk b/package/iozone/iozone.mk
index adc5a66955..a491faf9d4 100644
--- a/package/iozone/iozone.mk
+++ b/package/iozone/iozone.mk
@@ -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))


More information about the buildroot mailing list