[oe-commits] Eric Bénard : qt-4.8.0: enable sql features as in 4.7. 4

git at git.openembedded.org git at git.openembedded.org
Thu Jan 26 14:37:26 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: e0171dcbf68cef539c5d83c5846f0835502ec583
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e0171dcbf68cef539c5d83c5846f0835502ec583

Author: Eric Bénard <eric at eukrea.com>
Date:   Wed Jan 25 16:42:44 2012 +0100

qt-4.8.0: enable sql features as in 4.7.4

Signed-off-by: Eric Bénard <eric at eukrea.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend |    6 ++++++
 meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
new file mode 100644
index 0000000..3c1ac5e
--- /dev/null
+++ b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
@@ -0,0 +1,6 @@
+DEPENDS += "mysql5 postgresql sqlite"
+QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite"
+QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
+                    -I${STAGING_INCDIR}/postgresql"
+
+PRINC = "1"
diff --git a/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
new file mode 100644
index 0000000..3c1ac5e
--- /dev/null
+++ b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
@@ -0,0 +1,6 @@
+DEPENDS += "mysql5 postgresql sqlite"
+QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite"
+QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
+                    -I${STAGING_INCDIR}/postgresql"
+
+PRINC = "1"





More information about the Openembedded-commits mailing list