diff options
author | 2019-11-28 16:00:57 +0000 | |
---|---|---|
committer | 2019-12-05 22:45:17 +0100 | |
commit | c8b247d8c535920f127a87518828ea2fc3c7775c (patch) | |
tree | 45356db5efeec3d0b974071f026d49d6dced5afb | |
parent | 2a5a8f729597ea9368d9818527261f328e56265d (diff) | |
download | buildroot-c8b247d8c535920f127a87518828ea2fc3c7775c.tar.gz buildroot-c8b247d8c535920f127a87518828ea2fc3c7775c.tar.bz2 |
package/matchbox-panel: 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 484b687f79d06945c581cdaf709c2ecd8cbb3774)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/matchbox-panel/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/matchbox-panel/Config.in b/package/matchbox-panel/Config.in index 47bd10ad7e..1fc38336a5 100644 --- a/package/matchbox-panel/Config.in +++ b/package/matchbox-panel/Config.in @@ -4,3 +4,5 @@ config BR2_PACKAGE_MATCHBOX_PANEL help A flexible always present 'window bar' for holding application launchers. + + http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-panel/ |