diff mbox

[1/2] uclibc: use uClibc-ng by default

Message ID 1434216106-27618-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Headers show

Commit Message

Thomas Petazzoni June 13, 2015, 5:21 p.m. UTC
Since the uClibc project is not making any release since about 3
years, and the uClibc-ng project is now alive and delivering regular
releases based on uClibc master plus a number of fixes, let's make
uClibc-ng the default uClibc version used by Buildroot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Waldemar Brodkorb <wbx@openadk.org>
---
 package/uclibc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gustavo Zacarias June 14, 2015, 1:25 a.m. UTC | #1
On 13/06/15 14:21, Thomas Petazzoni wrote:

> Since the uClibc project is not making any release since about 3
> years, and the uClibc-ng project is now alive and delivering regular
> releases based on uClibc master plus a number of fixes, let's make
> uClibc-ng the default uClibc version used by Buildroot.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Waldemar Brodkorb <wbx@openadk.org>

Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

(e500v2 real target works fine, in general for webkit via qemu it works 
fine)
Yann E. MORIN June 14, 2015, 9:31 a.m. UTC | #2
Thomas, All,

On 2015-06-13 19:21 +0200, Thomas Petazzoni spake thusly:
> Since the uClibc project is not making any release since about 3
> years, and the uClibc-ng project is now alive and delivering regular
> releases based on uClibc master plus a number of fixes, let's make
> uClibc-ng the default uClibc version used by Buildroot.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Waldemar Brodkorb <wbx@openadk.org>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/uclibc/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
> index dd23853..9b29ae5 100644
> --- a/package/uclibc/Config.in
> +++ b/package/uclibc/Config.in
> @@ -18,7 +18,7 @@ config BR2_UCLIBC_VERSION_SUPPORTS_NPTL
>  
>  choice
>  	prompt "uClibc C library Version"
> -	default BR2_UCLIBC_VERSION_0_9_33
> +	default BR2_UCLIBC_VERSION_NG
>  	help
>  	  Select the version of uClibc you wish to use.
>  
> -- 
> 2.1.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni June 14, 2015, 12:51 p.m. UTC | #3
Hello,

On Sat, 13 Jun 2015 19:21:45 +0200, Thomas Petazzoni wrote:
> Since the uClibc project is not making any release since about 3
> years, and the uClibc-ng project is now alive and delivering regular
> releases based on uClibc master plus a number of fixes, let's make
> uClibc-ng the default uClibc version used by Buildroot.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/uclibc/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied.

Thomas
diff mbox

Patch

diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index dd23853..9b29ae5 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -18,7 +18,7 @@  config BR2_UCLIBC_VERSION_SUPPORTS_NPTL
 
 choice
 	prompt "uClibc C library Version"
-	default BR2_UCLIBC_VERSION_0_9_33
+	default BR2_UCLIBC_VERSION_NG
 	help
 	  Select the version of uClibc you wish to use.