diff mbox series

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

Message ID 20191128175842.2633-1-mark@dibsco.co.uk
State Accepted
Headers show
Series [1/1] package/musl: add an upstream URL to Config.in | expand

Commit Message

Mark Corbin Nov. 28, 2019, 5:58 p.m. UTC
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@dibsco.co.uk>
---
 package/musl/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Nov. 29, 2019, 8:46 a.m. UTC | #1
>>>>> "Mark" == Mark Corbin <mark@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@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.
Arnout Vandecappelle Dec. 3, 2019, 9:38 p.m. UTC | #2
On 29/11/2019 09:46, Peter Korsgaard wrote:
>>>>>> "Mark" == Mark Corbin <mark@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@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.
>
Peter Korsgaard Dec. 4, 2019, 8:07 a.m. UTC | #3
>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

 > On 29/11/2019 09:46, Peter Korsgaard wrote:
 >>>>>>> "Mark" == Mark Corbin <mark@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@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.

True. Does anybody feel up for implementing that?
diff mbox series

Patch

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/