X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fdashboard%2Fdashboard_git.bb;h=7ccbdeaee26625b90aa48876cca11ad7859042c4;hb=a3275fc08f5c8808aec3c33895c57f3f45322f61;hp=289b4482e727abeb8317c88dd9f916cbf1bdedf5;hpb=64b28dd3f4004a6c651b96513820e39f6d0b8c69;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/dashboard/dashboard_git.bb b/recipes-demo-hmi/dashboard/dashboard_git.bb index 289b4482e..7ccbdeaee 100644 --- a/recipes-demo-hmi/dashboard/dashboard_git.bb +++ b/recipes-demo-hmi/dashboard/dashboard_git.bb @@ -13,11 +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 - -do_configure_append() { - # Find native tools - sed -i 's:${STAGING_BINDIR}.*/lrelease:${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lrelease:g' ${B}/app/Makefile -}