Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,12 +4,6 @@ config BR2_PACKAGE_FIO
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
# fio uses posix_madvise(), which is not part of any official
|
||||
# release of uClibc, but is part of uClibc Git, and backported
|
||||
# in Buildroot patch set of uClibc 0.9.33. Therefore, we
|
||||
# disable the build of fio for external uClibc toolchains
|
||||
# (which use an unknown uClibc version)
|
||||
depends on !BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
||||
# fio uses fallocate() which becomes fallocate64() while compiling with
|
||||
# largefile support, but fallocate64() is not available on nios2
|
||||
depends on !BR2_nios2
|
||||
|
||||
4
bsp/buildroot/package/fio/fio.hash
Normal file
4
bsp/buildroot/package/fio/fio.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# Locally computed
|
||||
sha256 1952db4d534221e6e8454f851dfcc38328b0ed4a3f499ea25a51ca2b5ccc8136 fio-fio-2.20.tar.gz
|
||||
sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
|
||||
sha256 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c MORAL-LICENSE
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FIO_VERSION = fio-2.13
|
||||
FIO_VERSION = fio-2.20
|
||||
FIO_SITE = git://git.kernel.dk/fio.git
|
||||
FIO_LICENSE = GPLv2 + special obligations
|
||||
FIO_LICENSE_FILES = COPYING
|
||||
FIO_LICENSE = GPL-2.0
|
||||
FIO_LICENSE_FILES = COPYING MORAL-LICENSE
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBAIO),y)
|
||||
FIO_DEPENDENCIES += libaio
|
||||
|
||||
Reference in New Issue
Block a user