Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -7,6 +7,8 @@ config BR2_PACKAGE_STRESS_NG
|
||||
# perf.c needs PERF_COUNT_HW_REF_CPU_CYCLES
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
||||
depends on !BR2_microblaze # keyutils
|
||||
# fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
|
||||
depends on !BR2_nios2
|
||||
depends on !BR2_STATIC_LIBS # keyutils
|
||||
select BR2_PACKAGE_KEYUTILS # stress-key.c needs keyutils.h
|
||||
select BR2_PACKAGE_ATTR # stress-xattr.c needs xattr.h
|
||||
@@ -19,7 +21,7 @@ config BR2_PACKAGE_STRESS_NG
|
||||
http://kernel.ubuntu.com/~cking/stress-ng/
|
||||
|
||||
comment "stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.3"
|
||||
depends on !BR2_microblaze
|
||||
depends on !BR2_microblaze && !BR2_nios2
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 \
|
||||
|| !BR2_TOOLCHAIN_USES_GLIBC
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 9d17dffafdf8dd71eb5c191973b65d4eb2964ecc31f1d01ad188fd03a0c49f6c stress-ng-0.04.16.tar.gz
|
||||
sha256 7af9759a37902ebf401f92fedeada0b82bcd1e3f4e9e10130177344f143470eb stress-ng-0.06.02.tar.gz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
STRESS_NG_VERSION = 0.04.16
|
||||
STRESS_NG_VERSION = 0.06.02
|
||||
STRESS_NG_SITE = http://kernel.ubuntu.com/~cking/tarballs/stress-ng
|
||||
STRESS_NG_LICENSE = GPLv2+
|
||||
STRESS_NG_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user