[Buildroot] [git commit] package/qt: drop option for license approved

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Apr 29 13:56:38 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=b550e8bee29cc2559f973e309f3f8f6827fde49e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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" <yann.morin.1998 at free.fr>
Cc: Julien Corjon <corjon.j at ecagroup.com>
Cc: Peter Seiderer <ps.report at gmx.net>
[Thomas: remove legacy handling as suggested by Arnout.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/qt/Config.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/qt/Config.in b/package/qt/Config.in
index 5f07bd2..d3a01da 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -99,10 +99,6 @@ config BR2_PACKAGE_QT_STATIC
 
 endchoice
 
-config BR2_PACKAGE_QT_LICENSE_APPROVED
-	bool
-	default y
-
 config BR2_PACKAGE_QT_CONFIG_FILE
 	string "Config file"
 	help


More information about the buildroot mailing list