From 2efecdd81450bc5c9b357c2189a4256a6b6c93ae Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 4 Jan 2018 22:10:09 +0100 Subject: Add native version of translation tools to hvac MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tool DEPENDS is missing. Change-Id: Ib6b5eba21c4c2632871ca974f0490c82cd786165 Signed-off-by: Jan-Simon Möller --- recipes-demo-hmi/hvac/hvac_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo-hmi/hvac/hvac_git.bb b/recipes-demo-hmi/hvac/hvac_git.bb index d36696bf..3290ca9e 100644 --- a/recipes-demo-hmi/hvac/hvac_git.bb +++ b/recipes-demo-hmi/hvac/hvac_git.bb @@ -13,6 +13,6 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 virtual/libhomescreen qlibwindowmanager" +DEPENDS += "qtquickcontrols2 virtual/libhomescreen qlibwindowmanager qttools-native" inherit qmake5 aglwgt -- cgit 1.2.3-korg