diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-27 00:23:37 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-02 19:29:38 +0200 |
commit | a76f29b40651c9c87b5d7d1a2f450a5b013c1bcf (patch) | |
tree | 693005bb0c37259fec29fe48dc9cb45d7c21304c | |
parent | 0560c4e1ddb9f599dcefe4f27bb123847d6c3d82 (diff) | |
download | meta-openembedded-a76f29b40651c9c87b5d7d1a2f450a5b013c1bcf.tar.gz |
qt4: add bbappends also for 4.8.3 version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-qt/qt4/qt4-embedded_4.8.3.bbappend | 6 | ||||
-rw-r--r-- | meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.3.bbappend b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.3.bbappend new file mode 100644 index 000000000..27cac1105 --- /dev/null +++ b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.3.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | DEPENDS += "mysql5 postgresql sqlite" | ||
2 | QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite" | ||
3 | QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \ | ||
4 | -I${STAGING_INCDIR}/postgresql" | ||
5 | |||
6 | PRINC := "${@int(PRINC) + 1}" | ||
diff --git a/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend new file mode 100644 index 000000000..27cac1105 --- /dev/null +++ b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | DEPENDS += "mysql5 postgresql sqlite" | ||
2 | QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite" | ||
3 | QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \ | ||
4 | -I${STAGING_INCDIR}/postgresql" | ||
5 | |||
6 | PRINC := "${@int(PRINC) + 1}" | ||