summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-11-17 18:49:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-11-17 18:49:45 +0100
commit3205ddce348c3811fe2b69983d881ed1a02a15f1 (patch)
treef7196b3200412b07db521eb570ec71843c289318
parentfdea67292f27f78a418e6667e121d4d08044e850 (diff)
uclibc-ng: update to 1.0.31
-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 90b7c798a..b548d8fd6 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -145,8 +145,8 @@ choice
prompt "Target C library version"
depends on !ADK_TARGET_CHOOSE_ARCH
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_30
- bool "1.0.30"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_31
+ bool "1.0.31"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -210,7 +210,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.0.30" if ADK_TARGET_LIB_UCLIBC_NG_1_0_30
+ default "1.0.31" if ADK_TARGET_LIB_UCLIBC_NG_1_0_31
default "1.1.20" if ADK_TARGET_LIB_MUSL_1_1_20
default "2.28" if ADK_TARGET_LIB_GLIBC_2_28
default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc
index 9093222c0..f56b54240 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_30),y)
-PKG_VERSION:= 1.0.30
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_31),y)
+PKG_VERSION:= 1.0.31
PKG_RELEASE:= 1
-PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.30/
-PKG_HASH:= 992bd9a2889ea385902b87e3d3d30603741eb16728288fbf537ff2027f770496
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.31/
+PKG_HASH:= 2215d7377118434d1697fd575f10d7a6be3f29e460d6b0e1ee9f6f5306288060
endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz