Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,11 +4,23 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FIO_VERSION = fio-2.6
|
||||
FIO_VERSION = fio-2.13
|
||||
FIO_SITE = git://git.kernel.dk/fio.git
|
||||
FIO_LICENSE = GPLv2 + special obligations
|
||||
FIO_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBAIO),y)
|
||||
FIO_DEPENDENCIES += libaio
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NUMACTL),y)
|
||||
FIO_DEPENDENCIES += numactl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
FIO_DEPENDENCIES += zlib
|
||||
endif
|
||||
|
||||
define FIO_CONFIGURE_CMDS
|
||||
(cd $(@D); ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)")
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user