mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
qt bbappends: play nice with bbappends in other layers by incrementing PRINC instead of overwriting it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -3,3 +3,4 @@ QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-
|
|||||||
QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
|
QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
|
||||||
-I${STAGING_INCDIR}/postgresql"
|
-I${STAGING_INCDIR}/postgresql"
|
||||||
|
|
||||||
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-
|
|||||||
QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
|
QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
|
||||||
-I${STAGING_INCDIR}/postgresql"
|
-I${STAGING_INCDIR}/postgresql"
|
||||||
|
|
||||||
PRINC = "1"
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-
|
|||||||
QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
|
QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
|
||||||
-I${STAGING_INCDIR}/postgresql"
|
-I${STAGING_INCDIR}/postgresql"
|
||||||
|
|
||||||
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-
|
|||||||
QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
|
QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
|
||||||
-I${STAGING_INCDIR}/postgresql"
|
-I${STAGING_INCDIR}/postgresql"
|
||||||
|
|
||||||
PRINC = "1"
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
|
|||||||
Reference in New Issue
Block a user