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

Peter Korsgaard peter at korsgaard.com
Fri Nov 29 08:46:12 UTC 2019


>>>>> "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.

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.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list