diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-10 15:57:59 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:16:52 +0200 |
| commit | 64c6887ca19d2ce52e538186c93163dddf68438f (patch) | |
| tree | 2a11d15a43751ffc9713246b67b2ab0ecea253cc /meta-oe/recipes-qt/qt4 | |
| parent | 8ded18cf95b4f6ae6a2563f7449a41fe95cd61e5 (diff) | |
| download | meta-openembedded-64c6887ca19d2ce52e538186c93163dddf68438f.tar.gz | |
qt4: remove bbappend content
These changes to Qt's configuration need to be applied in distro layers,
not in meta-oe.
(We have to preserve the PRINC value to avoid PR going backwards.)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-qt/qt4')
| -rw-r--r-- | meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend | 5 | ||||
| -rw-r--r-- | meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend index 27cac1105e..d9f1c295f5 100644 --- a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend +++ b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend | |||
| @@ -1,6 +1 @@ | |||
| 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}" | PRINC := "${@int(PRINC) + 1}" | |
diff --git a/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend index 27cac1105e..d9f1c295f5 100644 --- a/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend +++ b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend | |||
| @@ -1,6 +1 @@ | |||
| 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}" | PRINC := "${@int(PRINC) + 1}" | |
