summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-15 21:59:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-15 22:00:54 +0200
commitfe4267fb7eb2ee65a4d63efbe08bc2da89f7fcbe (patch)
treef00a31ca97cbba2bf91eb3a8883c6029f7c14712
parent31a19fcb47c89cf0e3af5650e9ef40637496f037 (diff)
uClibc-ng: update to 1.0.32
-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 04fd14692..a2d0516df 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -143,8 +143,8 @@ choice
prompt "Target C library version"
depends on !ADK_TARGET_CHOOSE_ARCH
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_31
- bool "1.0.31"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_32
+ bool "1.0.32"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -198,7 +198,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.0.31" if ADK_TARGET_LIB_UCLIBC_NG_1_0_31
+ default "1.0.32" if ADK_TARGET_LIB_UCLIBC_NG_1_0_32
default "1.1.23" if ADK_TARGET_LIB_MUSL_1_1_23
default "2.30" if ADK_TARGET_LIB_GLIBC_2_30
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 f56b54240..1b4b04ea4 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_31),y)
-PKG_VERSION:= 1.0.31
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_32),y)
+PKG_VERSION:= 1.0.32
PKG_RELEASE:= 1
-PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.31/
-PKG_HASH:= 2215d7377118434d1697fd575f10d7a6be3f29e460d6b0e1ee9f6f5306288060
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.32/
+PKG_HASH:= 891b5e4573855e4c11e51d3a518f89a82e490d9aa73280c05ce3e4d7e739a370
endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz