[Buildroot] [git commit] package/glib-networking: add an upstream URL to Config.in

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Nov 26 20:47:37 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=82b9f2c7f8385280bba3c16085a2f6516864e1d0
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/glib-networking/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/glib-networking/Config.in b/package/glib-networking/Config.in
index e9557309ee..22331255f7 100644
--- a/package/glib-networking/Config.in
+++ b/package/glib-networking/Config.in
@@ -9,6 +9,8 @@ config BR2_PACKAGE_GLIB_NETWORKING
 	help
 	  Network-related GIO modules for glib.
 
+	  https://gitlab.gnome.org/GNOME/glib-networking
+
 comment "glib-networking needs a toolchain w/ wchar, threads, dynamic library"
 	depends on BR2_USE_MMU
 	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \


More information about the buildroot mailing list