diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-03-01 14:13:29 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-03-06 10:00:38 +0200 |
commit | 270fb283c271f24eee7d9f5b45ff29066865b923 (patch) | |
tree | 09c704b697424bc1afbdb5e62da879ac9047213d /recipes-qt/qt5/qttools | |
parent | ed327d9cd97c0996e0875b0c03f86cbd76232977 (diff) | |
parent | 439f7be65f681d4e45f30571082e38791cca2ef2 (diff) | |
download | meta-qt5-270fb283c271f24eee7d9f5b45ff29066865b923.tar.gz |
Merge remote-tracking branch 'qtyocto/5.12' into 5.13
* qtyocto/5.12:
439f7be qt5: update submodules
c8c8613 Merge remote-tracking branch 'qtyocto/upstream/master' into 5.12
6231201 qt5: update submodules
4428b0c qttools/cmake: use OE_QMAKE_PATH_EXTERNAL_HOST_BINS
fb71293 qtwebengine: drop 0002-chromium_overrides.cpp-Fix-build-with-plugins-and-oz.patch
38ec325 qwt-qt5: upgrade 6.1.3 -> 6.1.4
e2d9845 qwt-qt5: Fix multilib install
5be2654 qtwebengine: Fix build with clang/libc++ on aarch64/arm
cb1b472 qtbase: Export host compiler and linker
6d919b0 qt5-plugin-generic-vboxtouch: Fix build with clang/libc++
6713882 maliit-framework,maliit-plugins: Fix build with libc++
9a83f2d qtconnectivity: Fix build with clang/libc++
080cc29 qtwayland: workaround upstream bug: install missing headers manually
356ff00 qt5: update submodules
f6f61b0 gstreamer1.0-plugins-good: fix qt5 dependency
d055d6a qtbase: Update the PACKAGECONFIG_KDE to enable more
7935b6b qt5: update submodules
b9131d6 qt5: update submodules
0f27849 qt5: update submodules
70e4a1c qt5: update submodules
82abc2b qtbase: fix incomplete recipe changes from previous commit
f4c8cef qtbase: Fix qtopcua issue on bigendian systems
be8bc9f qtwebkit: Disable JIT for mips64
Conflicts:
recipes-qt/qt5/nativesdk-qtbase_git.bb
recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch
recipes-qt/qt5/qt3d_git.bb
recipes-qt/qt5/qt5-git.inc
recipes-qt/qt5/qtbase-native_git.bb
recipes-qt/qt5/qtbase_git.bb
recipes-qt/qt5/qtcanvas3d_git.bb
recipes-qt/qt5/qtcharts_git.bb
recipes-qt/qt5/qtconnectivity_git.bb
recipes-qt/qt5/qtdatavis3d_git.bb
recipes-qt/qt5/qtdeclarative_git.bb
recipes-qt/qt5/qtgamepad_git.bb
recipes-qt/qt5/qtgraphicaleffects_git.bb
recipes-qt/qt5/qtimageformats_git.bb
recipes-qt/qt5/qtknx_git.bb
recipes-qt/qt5/qtlocation_git.bb
recipes-qt/qt5/qtmqtt_git.bb
recipes-qt/qt5/qtmultimedia_git.bb
recipes-qt/qt5/qtnetworkauth_git.bb
recipes-qt/qt5/qtopcua_git.bb
recipes-qt/qt5/qtpurchasing_git.bb
recipes-qt/qt5/qtquickcontrols2_git.bb
recipes-qt/qt5/qtquickcontrols_git.bb
recipes-qt/qt5/qtremoteobjects_git.bb
recipes-qt/qt5/qtscript_git.bb
recipes-qt/qt5/qtscxml_git.bb
recipes-qt/qt5/qtsensors_git.bb
recipes-qt/qt5/qtserialbus_git.bb
recipes-qt/qt5/qtserialport_git.bb
recipes-qt/qt5/qtsvg_git.bb
recipes-qt/qt5/qttools_git.bb
recipes-qt/qt5/qttranslations_git.bb
recipes-qt/qt5/qtvirtualkeyboard_git.bb
recipes-qt/qt5/qtwayland_git.bb
recipes-qt/qt5/qtwebchannel_git.bb
recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch
recipes-qt/qt5/qtwebengine_git.bb
recipes-qt/qt5/qtwebglplugin_git.bb
recipes-qt/qt5/qtwebsockets_git.bb
recipes-qt/qt5/qtwebview_git.bb
recipes-qt/qt5/qtx11extras_git.bb
recipes-qt/qt5/qtxmlpatterns_git.bb
Change-Id: If04e8cc63c0352c0811712bbd5d0c894a40628e4
Diffstat (limited to 'recipes-qt/qt5/qttools')
-rw-r--r-- | recipes-qt/qt5/qttools/0002-linguist-tools-cmake-allow-overriding-the-location-f.patch | 61 |
1 files changed, 21 insertions, 40 deletions
diff --git a/recipes-qt/qt5/qttools/0002-linguist-tools-cmake-allow-overriding-the-location-f.patch b/recipes-qt/qt5/qttools/0002-linguist-tools-cmake-allow-overriding-the-location-f.patch index c1f14d4a..6f8e7f91 100644 --- a/recipes-qt/qt5/qttools/0002-linguist-tools-cmake-allow-overriding-the-location-f.patch +++ b/recipes-qt/qt5/qttools/0002-linguist-tools-cmake-allow-overriding-the-location-f.patch | |||
@@ -1,60 +1,41 @@ | |||
1 | From cc5d0bc4434805fc78e9e7045810c1e0c323ad61 Mon Sep 17 00:00:00 2001 | 1 | From 3f7d07226745370dd6dfc3ffddec5f00ea9b75e1 Mon Sep 17 00:00:00 2001 |
2 | From: Cody P Schafer <dev@codyps.com> | 2 | From: Samuli Piippo <samuli.piippo@qt.io> |
3 | Date: Thu, 9 Jul 2015 11:28:19 -0400 | 3 | Date: Mon, 18 Feb 2019 10:45:03 +0200 |
4 | Subject: [PATCH] linguist-tools cmake: allow overriding the location for | 4 | Subject: [PATCH] linguist-tools cmake: allow overriding the location for |
5 | lupdate and lrelease | 5 | lupdate and lrelease |
6 | 6 | ||
7 | --- | 7 | --- |
8 | src/linguist/Qt5LinguistToolsConfig.cmake.in | 15 +++------------ | 8 | src/linguist/Qt5LinguistToolsConfig.cmake.in | 6 +++--- |
9 | 1 file changed, 3 insertions(+), 12 deletions(-) | 9 | 1 file changed, 3 insertions(+), 3 deletions(-) |
10 | 10 | ||
11 | diff --git a/src/linguist/Qt5LinguistToolsConfig.cmake.in b/src/linguist/Qt5LinguistToolsConfig.cmake.in | 11 | diff --git a/src/linguist/Qt5LinguistToolsConfig.cmake.in b/src/linguist/Qt5LinguistToolsConfig.cmake.in |
12 | index 4318b16f..2e3b70fa 100644 | 12 | index 4318b16f..f957a384 100644 |
13 | --- a/src/linguist/Qt5LinguistToolsConfig.cmake.in | 13 | --- a/src/linguist/Qt5LinguistToolsConfig.cmake.in |
14 | +++ b/src/linguist/Qt5LinguistToolsConfig.cmake.in | 14 | +++ b/src/linguist/Qt5LinguistToolsConfig.cmake.in |
15 | @@ -26,6 +26,9 @@ get_filename_component(_qt5_linguisttools_install_prefix \"${CMAKE_CURRENT_LIST_ | 15 | @@ -47,7 +47,7 @@ if (NOT TARGET Qt5::lrelease) |
16 | !!ELSE | 16 | !!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE) |
17 | set(_qt5_linguisttools_install_prefix \"$$[QT_INSTALL_PREFIX]\") | ||
18 | !!ENDIF | ||
19 | +if (OE_QMAKE_PATH_HOST_PREFIX) | ||
20 | + set(_qt5_linguisttools_install_prefix \"${OE_QMAKE_PATH_HOST_PREFIX}\") | ||
21 | +endif() | ||
22 | |||
23 | macro(_qt5_LinguistTools_check_file_exists file) | ||
24 | if(NOT EXISTS \"${file}\" ) | ||
25 | @@ -44,11 +47,7 @@ endmacro() | ||
26 | if (NOT TARGET Qt5::lrelease) | ||
27 | add_executable(Qt5::lrelease IMPORTED) | ||
28 | |||
29 | -!!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE) | ||
30 | set(imported_location \"${_qt5_linguisttools_install_prefix}/$${CMAKE_BIN_DIR}lrelease$$CMAKE_BIN_SUFFIX\") | 17 | set(imported_location \"${_qt5_linguisttools_install_prefix}/$${CMAKE_BIN_DIR}lrelease$$CMAKE_BIN_SUFFIX\") |
31 | -!!ELSE | 18 | !!ELSE |
32 | - set(imported_location \"$${CMAKE_BIN_DIR}lrelease$$CMAKE_BIN_SUFFIX\") | 19 | - set(imported_location \"$${CMAKE_BIN_DIR}lrelease$$CMAKE_BIN_SUFFIX\") |
33 | -!!ENDIF | 20 | + set(imported_location \"${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lrelease${OE_QMAKE_BIN_SUFFIX}\") |
21 | !!ENDIF | ||
34 | _qt5_LinguistTools_check_file_exists(${imported_location}) | 22 | _qt5_LinguistTools_check_file_exists(${imported_location}) |
35 | 23 | ||
36 | set_target_properties(Qt5::lrelease PROPERTIES | 24 | @@ -62,7 +62,7 @@ if (NOT TARGET Qt5::lupdate) |
37 | @@ -59,11 +58,7 @@ endif() | 25 | !!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE) |
38 | if (NOT TARGET Qt5::lupdate) | ||
39 | add_executable(Qt5::lupdate IMPORTED) | ||
40 | |||
41 | -!!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE) | ||
42 | set(imported_location \"${_qt5_linguisttools_install_prefix}/$${CMAKE_BIN_DIR}lupdate$$CMAKE_BIN_SUFFIX\") | 26 | set(imported_location \"${_qt5_linguisttools_install_prefix}/$${CMAKE_BIN_DIR}lupdate$$CMAKE_BIN_SUFFIX\") |
43 | -!!ELSE | 27 | !!ELSE |
44 | - set(imported_location \"$${CMAKE_BIN_DIR}lupdate$$CMAKE_BIN_SUFFIX\") | 28 | - set(imported_location \"$${CMAKE_BIN_DIR}lupdate$$CMAKE_BIN_SUFFIX\") |
45 | -!!ENDIF | 29 | + set(imported_location \"${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lupdate${OE_QMAKE_BIN_SUFFIX}\") |
30 | !!ENDIF | ||
46 | _qt5_LinguistTools_check_file_exists(${imported_location}) | 31 | _qt5_LinguistTools_check_file_exists(${imported_location}) |
47 | 32 | ||
48 | set_target_properties(Qt5::lupdate PROPERTIES | 33 | @@ -77,7 +77,7 @@ if (NOT TARGET Qt5::lconvert) |
49 | @@ -74,11 +69,7 @@ endif() | 34 | !!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE) |
50 | if (NOT TARGET Qt5::lconvert) | ||
51 | add_executable(Qt5::lconvert IMPORTED) | ||
52 | |||
53 | -!!IF isEmpty(CMAKE_BIN_DIR_IS_ABSOLUTE) | ||
54 | set(imported_location \"${_qt5_linguisttools_install_prefix}/$${CMAKE_BIN_DIR}lconvert$$CMAKE_BIN_SUFFIX\") | 35 | set(imported_location \"${_qt5_linguisttools_install_prefix}/$${CMAKE_BIN_DIR}lconvert$$CMAKE_BIN_SUFFIX\") |
55 | -!!ELSE | 36 | !!ELSE |
56 | - set(imported_location \"$${CMAKE_BIN_DIR}lconvert$$CMAKE_BIN_SUFFIX\") | 37 | - set(imported_location \"$${CMAKE_BIN_DIR}lconvert$$CMAKE_BIN_SUFFIX\") |
57 | -!!ENDIF | 38 | + set(imported_location \"${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lconvert${OE_QMAKE_BIN_SUFFIX}\") |
39 | !!ENDIF | ||
58 | _qt5_LinguistTools_check_file_exists(${imported_location}) | 40 | _qt5_LinguistTools_check_file_exists(${imported_location}) |
59 | 41 | ||
60 | set_target_properties(Qt5::lconvert PROPERTIES | ||