summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-03 00:40:09 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-03 00:40:09 +0200
commit9e120b3bc5499a4fb3bff0f8f97e0ff4096b77a2 (patch)
tree5b46d88c5800652548edf72ac1aa6bc7c3e34bbf
parentdfb00d0c8bd268a4cd689febe06d29ab9540a02a (diff)
uClibc-ng: update to 1.0.16
-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 04ed1eaf0..59e92f181 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -116,6 +116,10 @@ endchoice
choice
prompt "C library version"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_16
+ bool "1.0.16"
+ depends on ADK_TARGET_LIB_UCLIBC_NG
+
config ADK_TARGET_LIB_UCLIBC_NG_1_0_15
bool "1.0.15"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -124,10 +128,6 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0_14
bool "1.0.14"
depends on ADK_TARGET_LIB_UCLIBC_NG
-config ADK_TARGET_LIB_UCLIBC_NG_1_0_13
- bool "1.0.13"
- depends on ADK_TARGET_LIB_UCLIBC_NG
-
config ADK_TARGET_LIB_UCLIBC_NG_GIT
bool "git"
depends on ADK_TARGET_LIB_UCLIBC_NG
@@ -218,9 +218,9 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
+ default "1.0.16" if ADK_TARGET_LIB_UCLIBC_NG_1_0_16
default "1.0.15" if ADK_TARGET_LIB_UCLIBC_NG_1_0_15
default "1.0.14" if ADK_TARGET_LIB_UCLIBC_NG_1_0_14
- default "1.0.13" if ADK_TARGET_LIB_UCLIBC_NG_1_0_13
default "1.1.14" if ADK_TARGET_LIB_MUSL_1_1_14
default "1.1.13" if ADK_TARGET_LIB_MUSL_1_1_13
default "1.1.12" if ADK_TARGET_LIB_MUSL_1_1_12
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc
index c5df79392..dcafbe562 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_16),y)
+PKG_VERSION:= 1.0.16
+PKG_RELEASE:= 1
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.16/
+PKG_HASH:= 8de41ab1e774c4770a240009a85ad9c1566d82c52017267b99883d60e5bb10b3
+endif
ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_15),y)
PKG_VERSION:= 1.0.15
PKG_RELEASE:= 1
@@ -19,10 +25,4 @@ PKG_RELEASE:= 1
PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.14/
PKG_HASH:= 3c63d9f8c8b98b65fa5c4040d1c8ab1b36e99a16e1093810cedad51ac15c9a9e
endif
-ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_13),y)
-PKG_VERSION:= 1.0.13
-PKG_RELEASE:= 1
-PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.13/
-PKG_HASH:= 7baae61e243da3ab85e219fead68406995be5eabf889001c0d41676546b19317
-endif
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz