[Buildroot] [PATCH 29/29] package/qt5: drop option for license approved

Yann E. MORIN yann.morin.1998 at free.fr
Sun Apr 23 20:31:17 UTC 2017


As stated in previous commits, Buildroot only ever uses the free
license, and we do not have a click-wrap approval for any such free
license for any other package.

The option to approve the license now has no prompt and is no longer
used anywhere. Drop it and make it a legacy entry.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Julien Corjon <corjon.j at ecagroup.com>
Cc: Peter Seiderer <ps.report at gmx.net>
---
 Config.in.legacy              | 6 ++++++
 package/qt5/qt5base/Config.in | 4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Config.in.legacy b/Config.in.legacy
index 52cda9808e..93df6c52ad 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,12 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2017.05"
 
+config BR2_PACKAGE_QT5BASE_LICENSE_APPROVED
+	bool "Qt5 free license now always approved"
+	select BR2_LEGACY
+	help
+	  Use of Qt5 in Buildroot now always use the free license of Qt5.
+
 config BR2_PACKAGE_QT_LICENSE_APPROVED
 	bool "Qt free license now always approved"
 	select BR2_LEGACY
diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in
index 044aa5d545..4796fdb058 100644
--- a/package/qt5/qt5base/Config.in
+++ b/package/qt5/qt5base/Config.in
@@ -27,10 +27,6 @@ config BR2_PACKAGE_QT5BASE_CUSTOM_CONF_OPTS
 	  E.g. to remove the Windows Vista style option, add the option
 	  -no-feature-style_windowsvista.
 
-config BR2_PACKAGE_QT5BASE_LICENSE_APPROVED
-	bool
-	default y
-
 config BR2_PACKAGE_QT5BASE_CONFIG_FILE
 	string "Config file"
 	help
-- 
2.11.0



More information about the buildroot mailing list