From cdf98603a186c49ece6007d3c300b6e6aa845b74 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 18 Aug 2017 15:55:04 +0300 Subject: 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 --- recipes-qt/automotive/gammaray_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" SRCREV = "a22da6d63cab08f3ef8588611fdbda3f96731efe" PV = "${BRANCH}+git${SRCPV}" -DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml \ +DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \ ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf