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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Nov 26 21:35:12 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=572b0e6ba22ee9070597fa8db969a6b096e56dad
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/c-capnproto/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/c-capnproto/Config.in b/package/c-capnproto/Config.in
index 293e4483cd..d1f3236af8 100644
--- a/package/c-capnproto/Config.in
+++ b/package/c-capnproto/Config.in
@@ -12,6 +12,8 @@ config BR2_PACKAGE_C_CAPNPROTO
 	  plugin for C. Requires regular Cap'n Proto and only
 	  provides serialization (no RPC).
 
+	  https://github.com/opensourcerouting/c-capnproto
+
 comment "c-capnproto needs host and target gcc >= 5 w/ C++14, threads, atomic"
 	depends on BR2_USE_MMU
 	depends on!BR2_HOST_GCC_AT_LEAST_5 || \


More information about the buildroot mailing list