From f4adfa2ccfea0477803907478df0dfb848b6b2c5 Mon Sep 17 00:00:00 2001 From: Piotr Tworek Date: Fri, 26 Jul 2019 21:36:33 +0200 Subject: 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 --- recipes-qt/qt5/qtbase-native_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-qt') 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 \ -- cgit v1.2.3