Ver código fonte

uclibc-ng: update to 1.0.24

Waldemar Brodkorb 7 anos atrás
pai
commit
387c1b51f7
2 arquivos alterados com 7 adições e 7 exclusões
  1. 3 3
      target/config/Config.in.libc
  2. 4 4
      toolchain/uclibc-ng/Makefile.inc

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

@@ -130,8 +130,8 @@ endchoice
 choice
 prompt "C library version"
 
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_23
-	bool "1.0.23"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_24
+	bool "1.0.24"
 	depends on ADK_TARGET_LIB_UCLIBC_NG
 
 config ADK_TARGET_LIB_UCLIBC_NG_GIT
@@ -213,7 +213,7 @@ config ADK_TARGET_LIBC
 
 config ADK_LIBC_VERSION
 	string
-	default "1.0.23" if ADK_TARGET_LIB_UCLIBC_NG_1_0_23
+	default "1.0.24" if ADK_TARGET_LIB_UCLIBC_NG_1_0_24
 	default "1.1.16" if ADK_TARGET_LIB_MUSL_1_1_16
 	default "2.25" if ADK_TARGET_LIB_GLIBC_2_25
 	default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_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_23),y)
-PKG_VERSION:=		1.0.23
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_24),y)
+PKG_VERSION:=		1.0.24
 PKG_RELEASE:=		1
-PKG_SITES:=		http://downloads.uclibc-ng.org/releases/1.0.23/
-PKG_HASH:=		a76ee9a69bce031d14cae22ce34527a856f724f888a6641bf53e6f07c6345c70
+PKG_SITES:=		http://downloads.uclibc-ng.org/releases/1.0.24/
+PKG_HASH:=		03f1e15787fabd53e9e984a1f59ef40ce79c63367de8ee2580cec7feffa6d706
 endif
 DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.xz