From df686b6aef6a75ca1b4a41dbcc8325b543a8724d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 27 Nov 2017 22:11:05 +0100 Subject: uclibc-ng: update to 1.0.27 --- target/config/Config.in.libc | 6 +++--- toolchain/uclibc-ng/Makefile.inc | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 3a8099b4a..8161226c2 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -136,8 +136,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_26 - bool "1.0.26" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_27 + bool "1.0.27" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -224,7 +224,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.26" if ADK_TARGET_LIB_UCLIBC_NG_1_0_26 + default "1.0.27" if ADK_TARGET_LIB_UCLIBC_NG_1_0_27 default "1.1.18" if ADK_TARGET_LIB_MUSL_1_1_18 default "2.26" if ADK_TARGET_LIB_GLIBC_2_26 default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc index eba7ba69a..953261c95 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_26),y) -PKG_VERSION:= 1.0.26 +ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_27),y) +PKG_VERSION:= 1.0.27 PKG_RELEASE:= 1 -PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.26/ -PKG_HASH:= d88470775192b01d278633953ccc9fecacd090e52f401d506a71add3e47d4694 +PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.27/ +PKG_HASH:= 9452b0e92f76db19d8ff30b2d6d10a80e1ed01e4c504a36fef34cfc9de490b24 endif DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz -- cgit v1.2.3