Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# From https://ssl.icu-project.org/files/icu4c/57.1/icu4c-src-57_1.md5
|
||||
md5 976734806026a4ef8bdd17937c8898b9 icu4c-57_1-src.tgz
|
||||
# From https://ssl.icu-project.org/files/icu4c/57.1/icu4c-src-58_2.md5
|
||||
md5 fac212b32b7ec7ab007a12dff1f3aea1 icu4c-58_2-src.tgz
|
||||
# Calculated based on the hash above
|
||||
sha256 ff8c67cb65949b1e7808f2359f2b80f722697048e90e7cfc382ec1fe229e9581 icu4c-57_1-src.tgz
|
||||
sha256 2b0a4410153a9b20de0e20c7d8b66049a72aef244b53683d0d7521371683da0c icu4c-58_2-src.tgz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ICU_VERSION = 57.1
|
||||
ICU_VERSION = 58.2
|
||||
ICU_SOURCE = icu4c-$(subst .,_,$(ICU_VERSION))-src.tgz
|
||||
ICU_SITE = http://download.icu-project.org/files/icu4c/$(ICU_VERSION)
|
||||
ICU_LICENSE = ICU License
|
||||
@@ -25,6 +25,11 @@ ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||
ICU_CONF_ENV += LIBS="-latomic"
|
||||
endif
|
||||
|
||||
# strtod_l() is not supported by musl; also xlocale.h is missing
|
||||
ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
|
||||
ICU_CONF_ENV += ac_cv_func_strtod_l=no
|
||||
endif
|
||||
|
||||
HOST_ICU_CONF_OPTS = \
|
||||
--disable-samples \
|
||||
--disable-tests \
|
||||
|
||||
Reference in New Issue
Block a user