From b550e8bee29cc2559f973e309f3f8f6827fde49e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 23 Apr 2017 22:31:16 +0200 Subject: [PATCH] package/qt: 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 --- package/qt/Config.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/qt/Config.in b/package/qt/Config.in index 5f07bd22f9..d3a01da87f 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 -- 2.30.2