From: Yann E. MORIN Date: Sun, 23 Apr 2017 20:31:17 +0000 (+0200) Subject: package/qt5: drop option for license approved X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6836f2a70acd259a846c88968924d60afef8cc16;p=buildroot.git package/qt5: drop option for license approved 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. Legacy handling is not added because it is not useful: when the option was enabled, it meant "accept the open source license", which is now the default and only existing behavior. Signed-off-by: "Yann E. MORIN" Cc: Julien Corjon Cc: Peter Seiderer [Thomas: remove legacy handling as suggested by Arnout.] Signed-off-by: Thomas Petazzoni --- 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