Buildroot 2019.02.8 (#533)

* Update Buildroot 2019.02.8

* Update patches
This commit is contained in:
Pascal Vizeli
2020-01-11 11:24:41 +01:00
committed by GitHub
parent a874bb5fb5
commit 63967cf6c0
629 changed files with 8416 additions and 3889 deletions

View File

@@ -1,8 +1,8 @@
config BR2_PACKAGE_QT5ENGINIO
bool "qt5enginio"
depends on BR2_PACKAGE_QT5BASE_OPENSSL
select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_QT5BASE_NETWORK
select BR2_PACKAGE_OPENSSL
help
Qt is a cross-platform application and UI framework for
developers using C++.
@@ -15,9 +15,12 @@ config BR2_PACKAGE_QT5ENGINIO
http://doc.qt.io/archives/qt-5.5/enginio-index.html
# Forcibly selecting libressl is not possible because it is from a choice, and
# depending on it is also not possible because we select openssl. So just a
# a warning.
comment "qt5enginio needs libressl for Qt5.6"
# 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_LIBRESSL
depends on !BR2_PACKAGE_QT5BASE_OPENSSL
comment "qt5enginio needs openssl"
depends on BR2_PACKAGE_QT5_VERSION_LATEST
depends on !BR2_PACKAGE_QT5BASE_OPENSSL