hvac: Add missing dependency 67/13167/1
authorChanghyeok Bae <changhyeok.bae@gmail.com>
Wed, 10 Jan 2018 15:10:06 +0000 (00:10 +0900)
committerChanghyeok Bae <changhyeok.bae@gmail.com>
Wed, 10 Jan 2018 15:11:54 +0000 (00:11 +0900)
hvac is using lrelease binary from qt5.
It's from qttools-native.

Change-Id: I9e2beef3ae62715cb2a81ef3fa5e0ae24384b83a
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
recipes-demo-hmi/hvac/hvac_git.bb

index d36696b..3290ca9 100644 (file)
@@ -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