summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-03-08 00:50:51 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-09 22:28:11 +0100
commita603f03f11ef6facd5006cd241696beaad3f1689 (patch)
tree82f27d083729d3afde70f498ff59697d8800067d
parent7ed93d709aa9cc7b40cb6e10b5795ecc6763361a (diff)
downloadbuildroot-a603f03f11ef6facd5006cd241696beaad3f1689.tar.gz
buildroot-a603f03f11ef6facd5006cd241696beaad3f1689.zip
qt: remove broken iBase driver
This option has been marked as broken since 2010. No need for legacy handling. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [Thomas: remove dead code in qt.mk, as pointed out by Peter Seiderer.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/qt/Config.sql.in7
-rw-r--r--package/qt/qt.mk3
2 files changed, 0 insertions, 10 deletions
diff --git a/package/qt/Config.sql.in b/package/qt/Config.sql.in
index 452edd5133..5bd63d27a0 100644
--- a/package/qt/Config.sql.in
+++ b/package/qt/Config.sql.in
@@ -14,13 +14,6 @@ config BR2_PACKAGE_QT_MYSQL
Build MySQL driver
If unsure, say n.
-config BR2_PACKAGE_QT_IBASE
- bool "iBase Driver"
- depends on BROKEN # libfbclient not in BR
- help
- Build iBase driver
- If unsure, say n.
-
config BR2_PACKAGE_QT_ODBC
bool "ODBC Driver"
select BR2_PACKAGE_UNIXODBC
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 29dcc46b7b..e82bdfe801 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -359,9 +359,6 @@ endif
# Qt SQL Drivers
ifeq ($(BR2_PACKAGE_QT_SQL_MODULE),y)
-ifeq ($(BR2_PACKAGE_QT_IBASE),y)
-QT_CONFIGURE_OPTS += -qt-sql-ibase
-endif
ifeq ($(BR2_PACKAGE_QT_MYSQL),y)
QT_CONFIGURE_OPTS += -qt-sql-mysql -mysql_config $(STAGING_DIR)/usr/bin/mysql_config
QT_DEPENDENCIES += mysql
OpenPOWER on IntegriCloud