diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-08-18 15:55:04 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-08-19 05:39:13 +0000 |
commit | cdf98603a186c49ece6007d3c300b6e6aa845b74 (patch) | |
tree | d100e1f7e5de75035003c7170bae2334aff4c5a8 | |
parent | a123e940a042dd8ece343466753c3e5ef1db36a3 (diff) | |
download | meta-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.bb | 2 |
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" | |||
12 | SRCREV = "a22da6d63cab08f3ef8588611fdbda3f96731efe" | 12 | SRCREV = "a22da6d63cab08f3ef8588611fdbda3f96731efe" |
13 | PV = "${BRANCH}+git${SRCPV}" | 13 | PV = "${BRANCH}+git${SRCPV}" |
14 | 14 | ||
15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml \ | 15 | DEPENDS = "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 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |