package/qt5enginio: drop qt 5.6 support
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 26 Feb 2020 14:45:39 +0000 (15:45 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 27 Feb 2020 22:51:29 +0000 (23:51 +0100)
And get rid of the now unused BR2_PACKAGE_QT5BASE_OPENSSL symbol.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt5/qt5base/Config.in
package/qt5/qt5enginio/Config.in

index 1862a7d9b6275f34ed05610d4b7330e973be5c81..60a611e2928f1bbc5642b85a300cb346bf030eae 100644 (file)
@@ -283,10 +283,6 @@ comment "icu support needs a toolchain w/ gcc >= 4.8"
        depends on !BR2_BINFMT_FLAT
        depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
 
-config BR2_PACKAGE_QT5BASE_OPENSSL
-       bool
-       default y if BR2_PACKAGE_OPENSSL
-
 config BR2_PACKAGE_QT5BASE_TSLIB
        bool "Enable Tslib support"
        select BR2_PACKAGE_TSLIB
index f84d234771d3fe4fadbda293fae46dd530fb52fa..d445d91dea0a9bc024ae2993f4a87daa05553669 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_QT5ENGINIO
        bool "qt5enginio"
-       depends on BR2_PACKAGE_QT5BASE_OPENSSL
+       select BR2_PACKAGE_OPENSSL
        select BR2_PACKAGE_QT5BASE_GUI
        select BR2_PACKAGE_QT5BASE_NETWORK
        help
@@ -14,13 +14,3 @@ config BR2_PACKAGE_QT5ENGINIO
          5.6 and not recommended for new design.
 
          http://doc.qt.io/archives/qt-5.5/enginio-index.html
-
-# When Qt 5.6 is removed, replace the depends on
-# BR2_PACKAGE_QT5BASE_OPENSSL above by a select BR2_PACKAGE_OPENSSL.
-comment "qt5enginio needs libressl"
-       depends on BR2_PACKAGE_QT5_VERSION_5_6
-       depends on !BR2_PACKAGE_QT5BASE_OPENSSL
-
-comment "qt5enginio needs openssl"
-       depends on BR2_PACKAGE_QT5_VERSION_LATEST
-       depends on !BR2_PACKAGE_QT5BASE_OPENSSL