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

Mark Corbin mark at dibsco.co.uk
Mon Nov 25 20:05:48 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/atk/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/atk/Config.in b/package/atk/Config.in
index c980614998..d9371b879b 100644
--- a/package/atk/Config.in
+++ b/package/atk/Config.in
@@ -7,6 +7,8 @@ config BR2_PACKAGE_ATK
 	help
 	  The ATK accessibility toolkit, needed to build GTK+-2.x.
 
+	  https://gitlab.gnome.org/GNOME/atk
+
 comment "atk needs a toolchain w/ wchar, threads"
 	depends on BR2_USE_MMU
 	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.20.1




More information about the buildroot mailing list