From b01b43682e5bbef0493575d2b9befa700ffaf3dc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 15 Jul 2015 08:53:35 +0200 Subject: update to 1.0.4 --- target/config/Config.in.libc.choice | 4 ++-- target/config/Config.in.libc.default | 4 ++-- toolchain/uclibc-ng/Makefile.inc | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index f8ce1b0e2..b8e386ff2 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -69,8 +69,8 @@ endchoice choice prompt "C library version" -config ADK_TARGET_LIB_UCLIBC_NG_1_0_3 - bool "1.0.3" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_4 + bool "1.0.4" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 1a0bdaf7f..e4ab8041b 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.3" if ADK_TARGET_LIB_UCLIBC_NG_1_0_3 + default "1.0.4" if ADK_TARGET_LIB_UCLIBC_NG_1_0_4 default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 @@ -35,7 +35,7 @@ config ADK_LIBC_VERSION config ADK_TARGET_LIB_UCLIBC_NG_1_0 bool - default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_3 + default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_4 config ADK_TARGET_SUFFIX string diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc index 3443360fc..4b2f24689 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_3),y) -PKG_VERSION:= 1.0.3 +ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_4),y) +PKG_VERSION:= 1.0.4 PKG_RELEASE:= 1 -PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.3/ -PKG_HASH:= b4c73fe3e7af4eeabf7510ee66ca85f775c3ed44d20b1bcd30c6ac481dd753cd +PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.4/ +PKG_HASH:= c037dbaea685380c75b112b5503778a90fa95ac524728770131aa17e29474915 endif DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz -- cgit v1.2.3