diff options
| author | Piotr Tworek <tworaz@tworaz.net> | 2019-07-26 21:36:33 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-07-29 12:18:32 +0000 |
| commit | f4adfa2ccfea0477803907478df0dfb848b6b2c5 (patch) | |
| tree | 4ebaf3a02d114c5e1c1f8777bfb81f72fac576fa | |
| parent | 14a779e89b0d83f2e86bef61e414eb0037a73b6f (diff) | |
| download | meta-qt5-f4adfa2ccfea0477803907478df0dfb848b6b2c5.tar.gz | |
qtbase-native: Always use qt provided doubleconversion library.
Right now qtbase-native will try to look for double-coversion library on
the host system. If not avaiable it'll use its own copy. This means
qtbase-native binaries built on one host may fail to run on another.
Fix this by always using qt provided double-conversion library for
native qtbase builds.
Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
| -rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 9f03556a..19181b69 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
| @@ -66,6 +66,7 @@ QT_CONFIG_FLAGS = " \ | |||
| 66 | -no-gcc-sysroot \ | 66 | -no-gcc-sysroot \ |
| 67 | -system-zlib \ | 67 | -system-zlib \ |
| 68 | -qt-pcre \ | 68 | -qt-pcre \ |
| 69 | -qt-doubleconversion \ | ||
| 69 | -no-accessibility \ | 70 | -no-accessibility \ |
| 70 | -no-cups \ | 71 | -no-cups \ |
| 71 | -no-sql-mysql \ | 72 | -no-sql-mysql \ |
