mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 12:37:43 +00:00
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:
parent
8ded18cf95
commit
64c6887ca1
@ -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}"
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
|
|||||||
@ -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}"
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user