diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-05-05 15:36:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-29 13:42:21 +0100 |
commit | 45dbb4a080ba3cf06687efe67dca823392bfd85a (patch) | |
tree | a396f068eb4f1bb1261461d972eb41632b985853 /meta/recipes-qt/qt4 | |
parent | 517c2cc88dae458df9fac0a22d28a68199c9dcce (diff) | |
download | poky-45dbb4a080ba3cf06687efe67dca823392bfd85a.tar.gz |
qt4: Explicitly disable sqlite2
* notice that this disables only sqlite2 (sqlite dependency),
sqlite (sqlite3 dependency) stays enabled
* fixes these errors detected by test-dependencies.sh:
qt4-embedded/qt4-embedded-plugin-sqldriver-sqlite2/latest doesn't exist
qt4-embedded/qt4-embedded-plugin-sqldriver-sqlite2-dbg/latest doesn't exist
qt4-x11-free/qt4-plugin-sqldriver-sqlite2/latest doesn't exist
qt4-x11-free/qt4-plugin-sqldriver-sqlite2-dbg/latest doesn't exist
(From OE-Core rev: 279c221d9dfce43254ed1f03cf84ea454cc7b485)
(From OE-Core rev: 33890920730802c29deda1506018cb837a16d6e5)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4')
-rw-r--r-- | meta/recipes-qt/qt4/qt4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 9a10138e94..223b29c480 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc | |||
@@ -8,7 +8,7 @@ require qt4_arch.inc | |||
8 | QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm" | 8 | QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm" |
9 | QT_DISTRO_FLAGS_linuxstdbase = "-sm" | 9 | QT_DISTRO_FLAGS_linuxstdbase = "-sm" |
10 | 10 | ||
11 | QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite -system-sqlite" | 11 | QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -no-sql-sqlite2 -plugin-sql-sqlite -system-sqlite" |
12 | 12 | ||
13 | QT_GLFLAGS ?= "" | 13 | QT_GLFLAGS ?= "" |
14 | 14 | ||