summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-04 10:27:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-04 10:27:29 +0100
commitddb2ccae0b8eec88a6e2187a2b54b210d0b2398d (patch)
tree38ad66b9a631f8302e9174fe21f4d91f469a54a2
parentd68e643423d6a86d218c92faab090b8b6f12d72e (diff)
uclibc-ng: update to 1.0.20
-rw-r--r--target/config/Config.in.libc10
-rw-r--r--toolchain/uclibc-ng/Makefile.inc12
2 files changed, 11 insertions, 11 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index d189bae01..cd092f66a 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -122,6 +122,10 @@ endchoice
choice
prompt "C library version"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_20
+ bool "1.0.20"
+ depends on ADK_TARGET_LIB_UCLIBC_NG
+
config ADK_TARGET_LIB_UCLIBC_NG_1_0_19
bool "1.0.19"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -130,10 +134,6 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0_18
bool "1.0.18"
depends on ADK_TARGET_LIB_UCLIBC_NG
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_17
- bool "1.0.17"
- depends on ADK_TARGET_LIB_UCLIBC_NG
-
config ADK_TARGET_LIB_UCLIBC_NG_GIT
bool "git"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -228,9 +228,9 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
+ default "1.0.20" if ADK_TARGET_LIB_UCLIBC_NG_1_0_20
default "1.0.19" if ADK_TARGET_LIB_UCLIBC_NG_1_0_19
default "1.0.18" if ADK_TARGET_LIB_UCLIBC_NG_1_0_18
- default "1.0.17" if ADK_TARGET_LIB_UCLIBC_NG_1_0_17
default "1.1.15" if ADK_TARGET_LIB_MUSL_1_1_15
default "1.1.14" if ADK_TARGET_LIB_MUSL_1_1_14
default "1.1.13" if ADK_TARGET_LIB_MUSL_1_1_13
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc
index 71efc5f82..3e50f4d73 100644
--- a/toolchain/uclibc-ng/Makefile.inc
+++ b/toolchain/uclibc-ng/Makefile.inc
@@ -7,6 +7,12 @@ PKG_VERSION:= git
PKG_RELEASE:= 1
PKG_SITES:= git://uclibc-ng.org/git/uclibc-ng
endif
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_20),y)
+PKG_VERSION:= 1.0.20
+PKG_RELEASE:= 1
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.20/
+PKG_HASH:= 1c817672a65cf9132c98f84e1b8445650de1c18eca258f49c0050b420a25e946
+endif
ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_19),y)
PKG_VERSION:= 1.0.19
PKG_RELEASE:= 1
@@ -19,10 +25,4 @@ PKG_RELEASE:= 1
PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.18/
PKG_HASH:= 5430bb3acde31d70db906be33e3e2a022beba42b50f2c56695d37344560e253f
endif
-ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_17),y)
-PKG_VERSION:= 1.0.17
-PKG_RELEASE:= 1
-PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.17/
-PKG_HASH:= a2e7207634c19997e8b9f3e712182d80d42aaa85ce3462eff1a9bce812aaf354
-endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz