summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-16 15:21:49 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-16 15:22:17 -0500
commit84cafece9267d9c4674693d6962faddd8b2df048 (patch)
treed98d5081e4637d32deb05825f28ab90b815613c5
parent05496a52c311b8cd1be86c7448fe14e2ea7423af (diff)
update to uClibc-ng 1.0.2
-rw-r--r--target/config/Config.in.libc.choice4
-rw-r--r--target/config/Config.in.libc.default2
-rw-r--r--toolchain/uclibc-ng/Makefile.inc6
3 files changed, 12 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice
index f45f86591..3c51d996a 100644
--- a/target/config/Config.in.libc.choice
+++ b/target/config/Config.in.libc.choice
@@ -71,6 +71,10 @@ endchoice
choice
prompt "C library version"
+config ADK_TARGET_LIB_UCLIBC_NG_1_0_2
+ bool "1.0.2"
+ depends on ADK_TARGET_LIB_UCLIBC_NG
+
config ADK_TARGET_LIB_UCLIBC_NG_1_0_1
bool "1.0.1"
depends on ADK_TARGET_LIB_UCLIBC_NG
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default
index c0a061d73..a247c8a64 100644
--- a/target/config/Config.in.libc.default
+++ b/target/config/Config.in.libc.default
@@ -28,6 +28,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
+ default "1.0.2" if ADK_TARGET_LIB_UCLIBC_NG_1_0_2
default "1.0.1" if ADK_TARGET_LIB_UCLIBC_NG_1_0_1
default "1.0.0" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0
default "1.1.8" if ADK_TARGET_LIB_MUSL_1_1_8
@@ -43,6 +44,7 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0
bool
default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_0
default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_1
+ default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_2
config ADK_TARGET_SUFFIX
string
diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc
index dbcda646a..8efb009ff 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_2),y)
+PKG_VERSION:= 1.0.2
+PKG_RELEASE:= 1
+PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.2/
+PKG_HASH:= 7e92e99995daa634cbdc63c297784df6e8fe39cc1d3bbd2d37eb5c3ced8a86e5
+endif
ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_1),y)
PKG_VERSION:= 1.0.1
PKG_RELEASE:= 1