mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-15 09:18:08 +02:00
qt4: add bbappends also for 4.8.3 version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
6
meta-oe/recipes-qt/qt4/qt4-embedded_4.8.3.bbappend
Normal file
6
meta-oe/recipes-qt/qt4/qt4-embedded_4.8.3.bbappend
Normal file
@@ -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 := "${@int(PRINC) + 1}"
|
||||
6
meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend
Normal file
6
meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend
Normal file
@@ -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 := "${@int(PRINC) + 1}"
|
||||
Reference in New Issue
Block a user