package/iozone: bump to version 3_489
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>
This commit is contained in:
parent
62002ff64e
commit
7fc16d14a5
@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 960265163d93f15f7ad352f726d4837c5dd794fff357c743fdb56cbcf4abca04 iozone3_488.tar
|
||||
sha256 6155850d1019f2450dc926bbdb5a24abf423ee3bb928ab1e68569cf60a908584 iozone3_489.tar
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user