Browse Source

uclibc-ng: update to 1.0.30

Waldemar Brodkorb 6 years ago
parent
commit
271291452d
2 changed files with 7 additions and 7 deletions
  1. 3 3
      target/config/Config.in.libc
  2. 4 4
      toolchain/uclibc-ng/Makefile.inc

+ 3 - 3
target/config/Config.in.libc

@@ -141,8 +141,8 @@ endchoice
 choice
 prompt "C library version"
 
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_29
-	bool "1.0.29"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_30
+	bool "1.0.30"
 	depends on ADK_TARGET_LIB_UCLIBC_NG
 
 config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -232,7 +232,7 @@ config ADK_TARGET_LIBC
 
 config ADK_LIBC_VERSION
 	string
-	default "1.0.29" if ADK_TARGET_LIB_UCLIBC_NG_1_0_29
+	default "1.0.30" if ADK_TARGET_LIB_UCLIBC_NG_1_0_30
 	default "1.1.19" if ADK_TARGET_LIB_MUSL_1_1_19
 	default "2.27" if ADK_TARGET_LIB_GLIBC_2_27
 	default "3.0.0" if ADK_TARGET_LIB_NEWLIB_3_0_0

+ 4 - 4
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_29),y)
-PKG_VERSION:=		1.0.29
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_30),y)
+PKG_VERSION:=		1.0.30
 PKG_RELEASE:=		1
-PKG_SITES:=		http://downloads.uclibc-ng.org/releases/1.0.29/
-PKG_HASH:=		e014e34abb13e97ca81694927f8ba95484cca2d3abac64b71f1a7981a96cb99c
+PKG_SITES:=		http://downloads.uclibc-ng.org/releases/1.0.30/
+PKG_HASH:=		992bd9a2889ea385902b87e3d3d30603741eb16728288fbf537ff2027f770496
 endif
 DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.xz