From 40ab9c4c056d2c181986af1c63a030ad20250365 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 13 Jul 2018 10:56:13 +0900 Subject: [PATCH] Add qtaglextras to dashboard depends By modify dashboard to use qtaglextras, need add qtaglextras to depends. [Patch Set 2] Remove libhs and qlibwm from DEPENDS. Relative Commit: https://gerrit.automotivelinux.org/gerrit/#/c/15357/ Change-Id: I9c2f27b3c277c463a2b85ba157e8e70cb3d3990e Signed-off-by: zheng_wenlong --- recipes-demo-hmi/dashboard/dashboard_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo-hmi/dashboard/dashboard_git.bb b/recipes-demo-hmi/dashboard/dashboard_git.bb index f23cb6d68..7ccbdeaee 100644 --- a/recipes-demo-hmi/dashboard/dashboard_git.bb +++ b/recipes-demo-hmi/dashboard/dashboard_git.bb @@ -13,6 +13,6 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 virtual/libhomescreen qlibwindowmanager qttools-native" +DEPENDS += "qtquickcontrols2 qttools-native qtaglextras" inherit qmake5 aglwgt -- 2.16.6