All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/musl: add an upstream URL to Config.in
@ 2019-11-28 17:58 Mark Corbin
  2019-11-29  8:46 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Corbin @ 2019-11-28 17:58 UTC (permalink / raw)
  To: buildroot

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/
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/musl: add an upstream URL to Config.in
  2019-11-28 17:58 [Buildroot] [PATCH 1/1] package/musl: add an upstream URL to Config.in Mark Corbin
@ 2019-11-29  8:46 ` Peter Korsgaard
  2019-12-03 21:38   ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2019-11-29  8:46 UTC (permalink / raw)
  To: buildroot

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

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/musl: add an upstream URL to Config.in
  2019-11-29  8:46 ` Peter Korsgaard
@ 2019-12-03 21:38   ` Arnout Vandecappelle
  2019-12-04  8:07     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2019-12-03 21:38 UTC (permalink / raw)
  To: buildroot



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/musl: add an upstream URL to Config.in
  2019-12-03 21:38   ` Arnout Vandecappelle
@ 2019-12-04  8:07     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-12-04  8:07 UTC (permalink / raw)
  To: buildroot

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

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-04  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-28 17:58 [Buildroot] [PATCH 1/1] package/musl: add an upstream URL to Config.in Mark Corbin
2019-11-29  8:46 ` Peter Korsgaard
2019-12-03 21:38   ` Arnout Vandecappelle
2019-12-04  8:07     ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.