[Buildroot] [git commit branch/2019.02.x] package/kf5: add an upstream URL to Config.in

Peter Korsgaard peter at korsgaard.com
Tue Dec 3 13:55:33 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=52602205c78c6bea1b9086e102f8f9a2a696e138
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

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 at dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 3da11f9d4ae8001d30775054e5fc34d619dfa97a)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/kf5/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/kf5/Config.in b/package/kf5/Config.in
index 2e50bce49e..aecbb932f5 100644
--- a/package/kf5/Config.in
+++ b/package/kf5/Config.in
@@ -6,6 +6,8 @@ menuconfig BR2_PACKAGE_KF5
 	  This option enables the KF5 KDE Frameworks. Sub-options
 	  allow to select which modules should be built.
 
+	  https://techbase.kde.org/KDE_Frameworks
+
 if BR2_PACKAGE_KF5
 source "package/kf5/kf5-extra-cmake-modules/Config.in"
 source "package/kf5/kf5-kcoreaddons/Config.in"


More information about the buildroot mailing list