|
@@ -4,12 +4,11 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-IOZONE_VERSION = 3.493
|
|
|
-IOZONE_SOURCE = iozone$(subst .,_,$(IOZONE_VERSION)).tgz
|
|
|
+IOZONE_VERSION = 3.506
|
|
|
+IOZONE_SOURCE = iozone$(subst .,_,$(IOZONE_VERSION)).tar
|
|
|
IOZONE_SITE = http://www.iozone.org/src/current
|
|
|
IOZONE_LICENSE = IOzone license (NO DERIVED WORKS ALLOWED)
|
|
|
-# IOzone license details can be found at:
|
|
|
-# http://www.iozone.org/docs/Iozone_License.txt
|
|
|
+IOZONE_LICENSE_FILES = docs/License.txt
|
|
|
|
|
|
# AIO support not available on uClibc, use the linux (non-aio) target.
|
|
|
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
|