summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-05-06 11:23:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-05-06 11:23:52 +0200
commit24fd06c17b533dce2fc1d2777a29a6578d715142 (patch)
tree4cf678c7bc849e0a902c5bc934f4a14dcb62f320
parent7dc649ed6dfb737d3af603ad8b41e2162b9abec9 (diff)
uclibc-ng: update to 1.0.34
-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 7e416c2c5..b35983bbd 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -144,8 +144,8 @@ choice
prompt "Target C library version"
depends on !ADK_TARGET_CHOOSE_ARCH
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_33
- bool "1.0.33"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_34
+ bool "1.0.34"
depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -199,7 +199,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
- default "1.0.33" if ADK_TARGET_LIB_UCLIBC_NG_1_0_33
+ default "1.0.34" if ADK_TARGET_LIB_UCLIBC_NG_1_0_34
default "1.1.24" if ADK_TARGET_LIB_MUSL_1_1_24
default "2.31" if ADK_TARGET_LIB_GLIBC_2_31
default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc
index 133f44ddd..ea4f5406a 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_33),y)
-PKG_VERSION:= 1.0.33
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_34),y)
+PKG_VERSION:= 1.0.34
PKG_RELEASE:= 1
-PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.33/
-PKG_HASH:= aa7c361fddddf90b40a90e04431e607e2da21a5e8e2840a6db9ffd0c89d03e0d
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.34/
+PKG_HASH:= e6776229eee8d3f5a1cd29fb4286630e3cb9e97dded4e8f4a3a9bb4fa8c0d5e3
endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz