diff options
author | 2019-11-28 16:00:56 +0000 | |
---|---|---|
committer | 2019-12-05 22:45:10 +0100 | |
commit | 2a5a8f729597ea9368d9818527261f328e56265d (patch) | |
tree | 68c7c8e7169dd6d66a1e7f6f0b17a87f7ed334b5 | |
parent | b3614efaf3c9e2b5a1694415ac4d9e95971aa772 (diff) | |
download | buildroot-2a5a8f729597ea9368d9818527261f328e56265d.tar.gz buildroot-2a5a8f729597ea9368d9818527261f328e56265d.tar.bz2 |
package/matchbox-lib: add an upstream URL to Config.in
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: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 45f5c12c4b2b9637f45a6004ba6c0e66edb3d313)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/matchbox-lib/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/matchbox-lib/Config.in b/package/matchbox-lib/Config.in index d758ab35a8..98cdae730d 100644 --- a/package/matchbox-lib/Config.in +++ b/package/matchbox-lib/Config.in @@ -3,3 +3,5 @@ config BR2_PACKAGE_MATCHBOX_LIB select BR2_PACKAGE_XLIB_LIBXEXT help Matchbox common functionality library. + + http://git.yoctoproject.org/cgit/cgit.cgi/libmatchbox |