[Buildroot] [PATCH 1/6] Replace (e)glibc by glibc

Romain Naour romain.naour at gmail.com
Mon Jun 13 19:47:04 UTC 2016


Hi Thomas,

Le 08/06/2016 à 23:40, Thomas Petazzoni a écrit :
> Following the removal of eglibc support, this commit replaces all
> occurences of "(e)glibc" by just "glibc". Most of the occurences are in
> package Config.in comments.
> 
> In addition, when the form "an (e)glibc ..." was used, it is replaced by
> "a glibc ...".

This patch must also include efibootmgr and efivar packages.

> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> ---

[snip]

> diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in
> index ff4d7bd..8802860 100644
> --- a/package/ltrace/Config.in
> +++ b/package/ltrace/Config.in
> @@ -18,6 +18,6 @@ config BR2_PACKAGE_LTRACE
>  
>  	  http://ltrace.org
>  
> -comment "ltrace needs a uclibc or (e)glibc toolchain w/ wchar, dynamic library"
> +comment "ltrace needs a uclibc or glibc toolchain w/ wchar, dynamic library"
                            ^^
Not related to this patch but we prefer uClibc instead of uclibc.

Otherwise:

Reviewed-by: Romain Naour <romain.naour at gmail.com>

Best regards,
Romain



More information about the buildroot mailing list