package/c-capnproto: add an upstream URL to Config.in
authorMark Corbin <mark@dibsco.co.uk>
Tue, 26 Nov 2019 12:06:45 +0000 (12:06 +0000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 26 Nov 2019 21:35:12 +0000 (22:35 +0100)
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@dibsco.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/c-capnproto/Config.in

index 293e4483cd1d26d6d618d3c8be97a2b1fa52d2f0..d1f3236af86185fe5ca1810cb5b473eb9767f382 100644 (file)
@@ -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 || \