diff options
author | 2019-11-28 16:00:52 +0000 | |
---|---|---|
committer | 2019-12-05 22:44:22 +0100 | |
commit | f961267ea26835cb49fe0378471b7c90b45184a9 (patch) | |
tree | 265a80f3119265890a65b2953f0a277b5c6546ff | |
parent | 96015cd5e56e459559c8499af534369864b23585 (diff) | |
download | buildroot-f961267ea26835cb49fe0378471b7c90b45184a9.tar.gz buildroot-f961267ea26835cb49fe0378471b7c90b45184a9.tar.bz2 |
package/matchbox-common: 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 99eb6cfb242b4bfaf00f8b5389f902c3167a3eee)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/matchbox-common/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/matchbox-common/Config.in b/package/matchbox-common/Config.in index 587a0694e8..3717a551f2 100644 --- a/package/matchbox-common/Config.in +++ b/package/matchbox-common/Config.in @@ -5,6 +5,8 @@ config BR2_PACKAGE_MATCHBOX_COMMON help Common desktop folders and matchbox-session script. + http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-common/ + config BR2_PACKAGE_MATCHBOX_COMMON_PDA bool "PDA style app folder" depends on BR2_PACKAGE_MATCHBOX_COMMON |