[Buildroot] [git commit] efivar: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jun 21 15:51:28 UTC 2016


Hello,

On Tue, 21 Jun 2016 16:41:22 +0100, Vicente Olivert Riera wrote:

> > +comment "efivar requires an (e)glibc toolchain w/ headers >= 3.12"
> > +	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \
> > +		!BR2_TOOLCHAIN_USES_GLIBC  
> 
> shouldn't be
> 
> comment "efivar requires an (e)glibc toolchain w/ headers >= 3.12"
> 	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \
> 		BR2_TOOLCHAIN_USES_GLIBC
> 
> ...?
> 
> The package is only compatible with glibc, so it depends on it. The
> comment should depend on it as well.

No, we precisely want to display the comment when the user is *NOT*
using glibc, to inform him that the package is not available because he
is not using glibc.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list