diff options
author | 2019-11-28 16:00:54 +0000 | |
---|---|---|
committer | 2019-12-05 22:44:59 +0100 | |
commit | 29a07577c8665871356b0f4677f0a6661b374c7c (patch) | |
tree | 6fbee1bc75698426f6c07df8cd172f5d63706f40 | |
parent | 1c9bed47dccb5fb06aaf04382ab4270d3e52eb48 (diff) | |
download | buildroot-29a07577c8665871356b0f4677f0a6661b374c7c.tar.gz buildroot-29a07577c8665871356b0f4677f0a6661b374c7c.tar.bz2 |
package/matchbox-fakekey: 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 680d20cd4749d56cac5e41c844dbde90c32f2e97)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/matchbox-fakekey/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/matchbox-fakekey/Config.in b/package/matchbox-fakekey/Config.in index 1a1f1341ec..0a8f628182 100644 --- a/package/matchbox-fakekey/Config.in +++ b/package/matchbox-fakekey/Config.in @@ -4,3 +4,5 @@ config BR2_PACKAGE_MATCHBOX_FAKEKEY select BR2_PACKAGE_XLIB_LIBXTST help Library for simulating key press events under X11. + + http://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/ |