toolchain: uClibc: Bump to the most recent version 1.0.14

This change updates uClibc version to the most recent 1.0.14 release.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
Alexey Brodkin 2016-05-23 17:48:05 +03:00 committed by John Crispin
parent b2b917cd06
commit 0c920e3281
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
config UCLIBC_VERSION
string
depends on USE_UCLIBC
default "1.0.9"
default "1.0.14"
config UCLIBC_VERSION_NG
bool

View File

@ -16,7 +16,7 @@ CONFIG_DIR:=$(PATH_PREFIX)/config
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
LIBC_SO_VERSION:=$(PKG_VERSION)
PKG_MD5SUM=64bbe13301ffa6ba30c5c1ddec335583
PKG_MD5SUM=8eed7f3635216142c1c5e122874b89c6
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION)