diff mbox series

[1/1] package/efibootmgr: fix comment

Message ID 20210605090849.270654-1-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/1] package/efibootmgr: fix comment | expand

Commit Message

Bernd Kuhls June 5, 2021, 9:08 a.m. UTC
Building efibootmgr with a musl toolchain is possible.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/efibootmgr/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN June 5, 2021, 12:44 p.m. UTC | #1
Bernd, All,

On 2021-06-05 11:08 +0200, Bernd Kuhls spake thusly:
> Building efibootmgr with a musl toolchain is possible.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/efibootmgr/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/efibootmgr/Config.in b/package/efibootmgr/Config.in
> index d31f9b13ee..98ff71c996 100644
> --- a/package/efibootmgr/Config.in
> +++ b/package/efibootmgr/Config.in
> @@ -15,7 +15,7 @@ config BR2_PACKAGE_EFIBOOTMGR
>  
>  	  https://github.com/rhboot/efibootmgr
>  
> -comment "efibootmgr needs a glibc or uClibc toolchain w/ dynamic library, headers >= 3.12, gcc >= 4.9"
> +comment "efibootmgr needs a toolchain w/ dynamic library, headers >= 3.12, gcc >= 4.9"
>  	depends on BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS
>  	depends on BR2_STATIC_LIBS || \
>  		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \
> -- 
> 2.29.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard June 10, 2021, 8:15 p.m. UTC | #2
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Building efibootmgr with a musl toolchain is possible.
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2021.02.x, thanks.
diff mbox series

Patch

diff --git a/package/efibootmgr/Config.in b/package/efibootmgr/Config.in
index d31f9b13ee..98ff71c996 100644
--- a/package/efibootmgr/Config.in
+++ b/package/efibootmgr/Config.in
@@ -15,7 +15,7 @@  config BR2_PACKAGE_EFIBOOTMGR
 
 	  https://github.com/rhboot/efibootmgr
 
-comment "efibootmgr needs a glibc or uClibc toolchain w/ dynamic library, headers >= 3.12, gcc >= 4.9"
+comment "efibootmgr needs a toolchain w/ dynamic library, headers >= 3.12, gcc >= 4.9"
 	depends on BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS
 	depends on BR2_STATIC_LIBS || \
 		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \