[oe-commits] Paul Eggleton : qt4: use system SQLite

git at git.openembedded.org git at git.openembedded.org
Tue Feb 12 16:38:01 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 33e0afd2fffdef4dccfce6383bc646f975972b1e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=33e0afd2fffdef4dccfce6383bc646f975972b1e

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Feb 11 15:56:52 2013 +0000

qt4: use system SQLite

We've always been depending on external SQLite, however by default Qt
builds using its own internal copy of SQLite. Add the configure option
to actually use the external SQLite library and make it clearer which
version is in use.

Fixes [YOCTO #2514].

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 c1a8387..ab1581e 100644
--- a/meta/recipes-qt/qt4/qt4.inc
+++ b/meta/recipes-qt/qt4/qt4.inc
@@ -8,7 +8,7 @@ require qt4_arch.inc
 QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm"
 QT_DISTRO_FLAGS_linuxstdbase = "-sm"
 
-QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite"
+QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite -system-sqlite"
 
 QT_GLFLAGS ?= ""
 





More information about the Openembedded-commits mailing list