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

Mark Corbin mark at dibsco.co.uk
Tue Nov 26 15:00:28 UTC 2019


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/fmt/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/fmt/Config.in b/package/fmt/Config.in
index 69a6fb80a6..1251ace2b2 100644
--- a/package/fmt/Config.in
+++ b/package/fmt/Config.in
@@ -7,5 +7,7 @@ config BR2_PACKAGE_FMT
 	  used as a safe alternative to printf or as a fast alternative
 	  to IOStreams.
 
+	  https://fmt.dev/latest/index.html
+
 comment "fmt needs a toolchain w/ C++, wchar"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
-- 
2.20.1




More information about the buildroot mailing list