From 0680bff170fe4b17a5595f0895dc4a88f031af79 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 8 Nov 2018 06:40:12 +0100 Subject: Add dependency to qtaglextras MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as this was converted over we need to add the dependency as well. Change-Id: Ifa94f40505c8a1fba2ce829e940bda41ac00746a 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 1f819e1c..91255af1 100644 --- a/recipes-demo-hmi/hvac/hvac_git.bb +++ b/recipes-demo-hmi/hvac/hvac_git.bb @@ -13,7 +13,7 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 libhomescreen qlibwindowmanager qttools-native" +DEPENDS += "qtquickcontrols2 libhomescreen qlibwindowmanager qttools-native qtaglextras" RDEPENDS_${PN} = "agl-service-hvac" inherit qmake5 aglwgt -- cgit 1.2.3-korg