package/musl: add an upstream URL to Config.in
authorMark Corbin <mark@dibsco.co.uk>
Thu, 28 Nov 2019 17:58:42 +0000 (17:58 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 29 Nov 2019 08:44:09 +0000 (09:44 +0100)
Add an upstream URL to the help text in Config.in. This
addresses the 'Missing' URL status in the package stats
web page output.

[Peter: also add URL to BR2_TOOLCHAIN_BUILDROOT_MUSL help]
Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/musl/Config.in
toolchain/toolchain-buildroot/Config.in

index 67e9e78a1481c7bb2bc8f9b4e3a53ba5e931d927..69da615b6324efc419c135176b818baf6b5a1bfc 100644 (file)
@@ -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/
index c0612bf04176ec89a05b2221bcf8fb66ddac9c0f..95d513004aa03639c1c5b789f44024682c7c4ca0 100644 (file)
@@ -94,6 +94,8 @@ config BR2_TOOLCHAIN_BUILDROOT_MUSL
          This option selects musl as the C library for the
          cross-compilation toolchain.
 
+         https://www.musl-libc.org/
+
 endchoice
 
 config BR2_TOOLCHAIN_BUILDROOT_LIBC