mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 20:21:56 +02:00
qtbase: use mysql_config from correct path
mysql_config from host sysroot is found first which gives wrong paths for cross-compilation. Use it from crosscompile path instead. Change-Id: Ia1e7d8e0c582016130f595b1be279255e9d0b055 Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d1819d8bf6
commit
631ea6373c
@@ -95,7 +95,7 @@ PACKAGECONFIG[cups] = "-cups,-no-cups,cups"
|
||||
PACKAGECONFIG[dbus] = "-dbus,-no-dbus,dbus"
|
||||
PACKAGECONFIG[xcb] = "-xcb -xcb-xlib -system-xcb,-no-xcb,libxcb xcb-util-wm xcb-util-image xcb-util-keysyms xcb-util-renderutil"
|
||||
PACKAGECONFIG[sql-ibase] = "-sql-ibase,-no-sql-ibase"
|
||||
PACKAGECONFIG[sql-mysql] = "-sql-mysql,-no-sql-mysql,mysql5"
|
||||
PACKAGECONFIG[sql-mysql] = "-sql-mysql -mysql_config ${STAGING_BINDIR_CROSS}/mysql_config,-no-sql-mysql,mysql5"
|
||||
PACKAGECONFIG[sql-psql] = "-sql-psql,-no-sql-psql,postgresql"
|
||||
PACKAGECONFIG[sql-odbc] = "-sql-odbc,-no-sql-odbc"
|
||||
PACKAGECONFIG[sql-oci] = "-sql-oci,-no-sql-oci"
|
||||
|
||||
Reference in New Issue
Block a user