summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-08-18 15:55:04 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-08-19 05:39:13 +0000
commitcdf98603a186c49ece6007d3c300b6e6aa845b74 (patch)
treed100e1f7e5de75035003c7170bae2334aff4c5a8
parenta123e940a042dd8ece343466753c3e5ef1db36a3 (diff)
downloadmeta-boot2qt-cdf98603a186c49ece6007d3c300b6e6aa845b74.tar.gz
gammary: fix build issue with QtScxml
CMake file Qt5ScxmlConfig.cmake references the native qtscxmlc binary which is not available without direct dependency. Change-Id: Id1c45278c3b98e21d7467978d74caeb6caccee52 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--recipes-qt/automotive/gammaray_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb
index 6317040..9be94d0 100644
--- a/recipes-qt/automotive/gammaray_git.bb
+++ b/recipes-qt/automotive/gammaray_git.bb
@@ -12,7 +12,7 @@ BRANCH = "2.7"
12SRCREV = "a22da6d63cab08f3ef8588611fdbda3f96731efe" 12SRCREV = "a22da6d63cab08f3ef8588611fdbda3f96731efe"
13PV = "${BRANCH}+git${SRCPV}" 13PV = "${BRANCH}+git${SRCPV}"
14 14
15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml \ 15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \
16 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" 16 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"