aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase-native_git.bb
diff options
context:
space:
mode:
authorPiotr Tworek <tworaz@tworaz.net>2019-07-26 21:36:33 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2019-07-29 12:18:32 +0000
commitf4adfa2ccfea0477803907478df0dfb848b6b2c5 (patch)
tree4ebaf3a02d114c5e1c1f8777bfb81f72fac576fa /recipes-qt/qt5/qtbase-native_git.bb
parent14a779e89b0d83f2e86bef61e414eb0037a73b6f (diff)
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>
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
-rw-r--r--recipes-qt/qt5/qtbase-native_git.bb1
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 = " \
-no-gcc-sysroot \
-system-zlib \
-qt-pcre \
+ -qt-doubleconversion \
-no-accessibility \
-no-cups \
-no-sql-mysql \