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

Mark Corbin mark at dibsco.co.uk
Thu Nov 28 11:28:14 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/libbson/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libbson/Config.in b/package/libbson/Config.in
index 4305ca9037..95f224e29e 100644
--- a/package/libbson/Config.in
+++ b/package/libbson/Config.in
@@ -5,5 +5,7 @@ config BR2_PACKAGE_LIBBSON
 	  libbson is a library providing useful routines related to
 	  building, parsing, and iterating BSON documents.
 
+	  http://mongoc.org/libbson/
+
 comment "libbson needs a toolchain w/ threads"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.20.1



More information about the buildroot mailing list