Bump Buildroot Version to buildroot 2019_02_6

This commit is contained in:
NADAL Jean-Baptiste
2019-10-25 11:46:00 +02:00
parent e07322a5a8
commit c1075f68da
549 changed files with 6692 additions and 4165 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_QT5ENGINIO
bool "qt5enginio"
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_QT5BASE
depends on BR2_PACKAGE_QT5BASE_OPENSSL
select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_QT5BASE_NETWORK
help
@@ -15,3 +14,13 @@ 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