diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-04-28 21:52:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-04-28 21:52:02 +0200 |
commit | 271291452d56e3cbce1f6dcd09759f0f8e90b1f0 (patch) | |
tree | 91039c189cd9072d1a51183848b91e8788cabad6 | |
parent | acd89bc2cb3e01782c4af6e06f90f4545cd07533 (diff) |
uclibc-ng: update to 1.0.30
-rw-r--r-- | target/config/Config.in.libc | 6 | ||||
-rw-r--r-- | 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 4e128f5b9..46a3559b2 100644 --- a/target/config/Config.in.libc +++ b/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 diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc index 9a3ce2726..9093222c0 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_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 |