X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fdashboard%2Fdashboard_git.bb;h=289b4482e727abeb8317c88dd9f916cbf1bdedf5;hb=64b28dd3f4004a6c651b96513820e39f6d0b8c69;hp=795e9e129d5ba3f17542cfb30ab32993c8d98268;hpb=61053e4758f84b2221000abeed7ce6191fc8a344;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 795e9e129..289b4482e 100644 --- a/recipes-demo-hmi/dashboard/dashboard_git.bb +++ b/recipes-demo-hmi/dashboard/dashboard_git.bb @@ -13,6 +13,11 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "qtquickcontrols2 virtual/libhomescreen qlibwindowmanager" +DEPENDS += "qtquickcontrols2 virtual/libhomescreen qlibwindowmanager qttools-native" 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 +}