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>
This commit is contained in:
Paul Eggleton 2013-04-10 15:57:59 +00:00 committed by Martin Jansa
parent 8ded18cf95
commit 64c6887ca1
2 changed files with 0 additions and 10 deletions

View File

@ -1,6 +1 @@
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}"

View File

@ -1,6 +1 @@
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}"