There were missing build dependencies to qtquickcontrols2 and
af-binder in apps' recipe.
Change-Id: I497225b2a171d4cc19cb3224164af42a59bbcb69
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
inherit qmake5
+DEPENDS += "qtquickcontrols2"
# 'wgtpkg-pack' in af-main-native is required.
-DEPENDS = "af-main-native"
+DEPENDS += "af-main-native"
+# hvac has binding, so af-binder is required.
+DEPENDS += "af-binder"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
inherit qmake5
+DEPENDS += "qtquickcontrols2"
# 'wgtpkg-pack' in af-main-native is required.
-DEPENDS = "af-main-native"
+DEPENDS += "af-main-native"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
inherit qmake5
+DEPENDS += "qtquickcontrols2"
# 'wgtpkg-pack' in af-main-native is required.
-DEPENDS = "af-main-native"
+DEPENDS += "af-main-native"
+# setting has binding, so af-binder is required.
+DEPENDS += "af-binder"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"