summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-02 20:18:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-02 20:18:22 +0200
commit08fd9f85ab5f82f0211a6aa0dffa6fbf1b37f3e3 (patch)
treee569a60b7dad34094655f6242551ba73d52cfcfd
parent482a51658180992f000becae4fe20b47938d2670 (diff)
uclibc-ng: update to 1.0.23
-rw-r--r--target/config/Config.in.libc6
-rw-r--r--toolchain/uclibc-ng/Makefile.inc8
2 files changed, 7 insertions, 7 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 806041b33..bd267935c 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -130,8 +130,8 @@ endchoice
choice
prompt "C library version"
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_22
- bool "1.0.22"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_23
+ bool "1.0.23"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -213,7 +213,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.0.22" if ADK_TARGET_LIB_UCLIBC_NG_1_0_22
+ default "1.0.23" if ADK_TARGET_LIB_UCLIBC_NG_1_0_23
default "1.1.16" if ADK_TARGET_LIB_MUSL_1_1_16
default "2.25" if ADK_TARGET_LIB_GLIBC_2_25
default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc
index e2fd6a660..f58f01326 100644
--- a/toolchain/uclibc-ng/Makefile.inc
+++ b/toolchain/uclibc-ng/Makefile.inc
@@ -7,10 +7,10 @@ PKG_VERSION:= git
PKG_RELEASE:= 1
PKG_SITES:= git://uclibc-ng.org/git/uclibc-ng
endif
-ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_22),y)
-PKG_VERSION:= 1.0.22
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_23),y)
+PKG_VERSION:= 1.0.23
PKG_RELEASE:= 1
-PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.22/
-PKG_HASH:= f2004c85db8e07e9f1c2e8b7c513fa7c237bc9f9685d8e1bfc89535b8a85449b
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.23/
+PKG_HASH:= a76ee9a69bce031d14cae22ce34527a856f724f888a6641bf53e6f07c6345c70
endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz