From: zheng_wenlong Date: Fri, 13 Jul 2018 01:56:13 +0000 (+0900) Subject: Add qtaglextras to dashboard depends X-Git-Tag: 5.99.2^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=40ab9c4c056d2c181986af1c63a030ad20250365 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 --- 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