[Buildroot] [PATCH 1/1] package/musl: add an upstream URL to Config.in

Arnout Vandecappelle arnout at mind.be
Tue Dec 3 21:38:21 UTC 2019



On 29/11/2019 09:46, Peter Korsgaard wrote:
>>>>>> "Mark" == Mark Corbin <mark at dibsco.co.uk> writes:
> 
>  > Add an upstream URL to the help text in Config.in. This
>  > addresses the 'Missing' URL status in the package stats
>  > web page output.
> 
>  > Signed-off-by: Mark Corbin <mark at dibsco.co.uk>
>  > ---
>  >  package/musl/Config.in | 2 ++
>  >  1 file changed, 2 insertions(+)
> 
>  > diff --git a/package/musl/Config.in b/package/musl/Config.in
>  > index 67e9e78a14..69da615b63 100644
>  > --- a/package/musl/Config.in
>  > +++ b/package/musl/Config.in
>  > @@ -8,3 +8,5 @@ config BR2_PACKAGE_MUSL
>  >  		&& !(BR2_i386 || BR2_powerpc)
>  >  	# Compatibility headers: cdefs.h, queue.h
>  >  	select BR2_PACKAGE_MUSL_COMPAT_HEADERS
>  > +	help
>  > +	  https://www.musl-libc.org/
> 
> It is a bit silly to have a help text for blind option, but OK - I guess
> it doesn't harm.

 I think we would be better off changing the pkg-stats scripts to not report
this for options without any help text.

 Regards,
 Arnout

> 
> The user visible option is BR2_TOOLCHAIN_BUILDROOT_MUSL, which also
> didn't have this URL so I added it there as well and committed, thanks.
> 


More information about the buildroot mailing list