summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 382c527a4..49cffcda4 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -148,8 +148,8 @@ choice
prompt "Target C library version"
depends on !ADK_TARGET_CHOOSE_ARCH
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_55
- bool "1.0.55"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_56
+ bool "1.0.56"
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.55" if ADK_TARGET_LIB_UCLIBC_NG_1_0_55
+ default "1.0.56" if ADK_TARGET_LIB_UCLIBC_NG_1_0_56
default "1.2.5" if ADK_TARGET_LIB_MUSL_1_2_5
default "2.42" if ADK_TARGET_LIB_GLIBC_2_42
default "4.4.0" if ADK_TARGET_LIB_NEWLIB_4_4_0
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc
index 4947abe10..8cb512902 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:= https://git.uclibc-ng.org/git/uclibc-ng.git
endif
-ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_55),y)
-PKG_VERSION:= 1.0.55
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_56),y)
+PKG_VERSION:= 1.0.56
PKG_RELEASE:= 1
-PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.55/
-PKG_HASH:= 005aed346789fad2c043f76e99425258a95af3121ebf3e255d33086930ad1272
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.56/
+PKG_HASH:= e954b6de4b751ecb4a5e50430a2a51150dc0e13b31ea550d173c65fc5ced81ed
endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz