[LEDE-DEV] [PATCH] toolchain: uClibc: Bump to the most recent version 1.0.14

John Crispin john at phrozen.org
Thu May 26 10:57:40 PDT 2016



On 26/05/2016 13:56, Alexey Brodkin wrote:
> Hello,
> 
> On Mon, 2016-05-23 at 17:48 +0300, Alexey Brodkin wrote:
>> This change updates uClibc version to the most recent 1.0.14 release.
>>
>> Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
>> ---
>>  toolchain/uClibc/Config.version | 2 +-
>>  toolchain/uClibc/common.mk      | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version
>> index b9c0627..3c1c54d 100644
>> --- a/toolchain/uClibc/Config.version
>> +++ b/toolchain/uClibc/Config.version
>> @@ -1,7 +1,7 @@
>>  config UCLIBC_VERSION
>>  	string
>>  	depends on USE_UCLIBC
>> -	default "1.0.9"
>> +	default "1.0.14"
>>  
>>  config UCLIBC_VERSION_NG
>>  	bool
>> diff --git a/toolchain/uClibc/common.mk b/toolchain/uClibc/common.mk
>> index 2828156..878bd76 100644
>> --- a/toolchain/uClibc/common.mk
>> +++ b/toolchain/uClibc/common.mk
>> @@ -16,7 +16,7 @@ CONFIG_DIR:=$(PATH_PREFIX)/config
>>  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
>>  LIBC_SO_VERSION:=$(PKG_VERSION)
>>  
>> -PKG_MD5SUM=64bbe13301ffa6ba30c5c1ddec335583
>> +PKG_MD5SUM=8eed7f3635216142c1c5e122874b89c6
>>  
>>  HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION)
> 
> I'm wondering if there're any comments on that one or it could be
> applied?
> 
> -Alexey
> 

been busy the last few days with the QA testing stuff, will get tot his
tomorrow or monday

	John



More information about the Lede-dev mailing list