aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-09-15 08:24:43 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-09-15 11:45:21 +0000
commit81831558b4dfdeb5030d6519f29d9ce122a434ce (patch)
treebd851a5b2f992ddded813f8cdcaf8bdf8e9a0bc7 /recipes-qt
parent95440484a0fe59f19ae49edeaf32bcde5cdfc5bf (diff)
sdk: fix host_build QT_ARCH
mkpecs/qconfig.pri defines QT_ARCH and QT_BUILDARCH separately for host_build and target build and both of these were always set to target architecture. This cause issues in the SDK, if component tried to build host tools using these values, which qtwebengine does. Fixed now, so that the host_build variants are taken from the nativesdk's mkspecs/qconfig.pri. Task-number: QTBUG-63155 Change-Id: I44644c97d634dac6297e28cc851fc31f7eaf1f90 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb
index a65435f3..c3f07b8b 100644
--- a/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb
+++ b/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb
@@ -43,6 +43,7 @@ RDEPENDS_${PN} += "\
nativesdk-packagegroup-b2qt-embedded-toolchain-host \
nativesdk-qttools-tools \
nativesdk-qtbase-tools \
+ nativesdk-qtbase-tools-dev \
nativesdk-qtbase-tools-staticdev \
nativesdk-qtdeclarative-tools \
nativesdk-qtdeclarative-staticdev \