summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/hvac
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2018-01-11 00:10:06 +0900
committerChanghyeok Bae <changhyeok.bae@gmail.com>2018-01-11 00:11:54 +0900
commita81da83a895284ecef8447a172720e2ae15d47b6 (patch)
tree671c95ab1454f7d20e930f9adc3f4a18406e1565 /recipes-demo-hmi/hvac
parent9609b802dfb4b01b8f0dde3474c443a1b69c98f3 (diff)
hvac: Add missing dependency
hvac is using lrelease binary from qt5. It's from qttools-native. Change-Id: I9e2beef3ae62715cb2a81ef3fa5e0ae24384b83a Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'recipes-demo-hmi/hvac')
-rw-r--r--recipes-demo-hmi/hvac/hvac_git.bb2
1 files changed, 1 insertions, 1 deletions
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