[Buildroot] [git commit branch/2019.02.x] package/rpcbind: add an upstream URL to Config.in

Peter Korsgaard peter at korsgaard.com
Wed Dec 25 21:35:47 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=2d0c1d142694fdd4ddeb39ac9c4eb24bc14b1e8f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

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>
(cherry picked from commit 14dabed5ef0512fdaa7e76531ae8747d7cd94184)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/rpcbind/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/rpcbind/Config.in b/package/rpcbind/Config.in
index ced2d40944..9cde7bba39 100644
--- a/package/rpcbind/Config.in
+++ b/package/rpcbind/Config.in
@@ -9,6 +9,8 @@ config BR2_PACKAGE_RPCBIND
 	  The rpcbind utility is a server that converts RPC program
 	  numbers into universal addresses.
 
+	  https://sourceforge.net/projects/rpcbind/
+
 comment "rpcbind needs a toolchain w/ threads"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_USE_MMU


More information about the buildroot mailing list