X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fondemandnavi_git.bb;h=c52655ef0dc9ae4f9d6c6010d2f7ebefaa1b323c;hb=43d99e9b85c4e92f0621c8d26f2443cd98982a41;hp=e15429b1a28d1b0ae050695f0cac84581d76a4af;hpb=bd5678306c8049d7aec9dd5323e241d02bb1f05a;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/navigation/ondemandnavi_git.bb b/recipes-demo-hmi/navigation/ondemandnavi_git.bb index e15429b1a..c52655ef0 100644 --- a/recipes-demo-hmi/navigation/ondemandnavi_git.bb +++ b/recipes-demo-hmi/navigation/ondemandnavi_git.bb @@ -11,30 +11,21 @@ DEPENDS += "qtquickcontrols2 \ qlibwindowmanager \ qtlocation \ qtaglextras \ + libqtappfw \ " PV = "1.0+git${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/ondemandnavi;protocol=https;branch=${AGL_BRANCH} \ - file://org.agl.naviapi.conf \ -" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/ondemandnavi;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" -# Use OSM tiles by default. -# For mapbox tiles, just comment this out and set an api key. -EXTRA_QMAKEVARS_CONFIGURE += "ENABLE_OSM=1" - inherit qmake5 aglwgt pkgconfig -do_install_append() { - install -d ${D}/etc/dbus-1/session.d/ - install -m 0644 ${WORKDIR}/org.agl.naviapi.conf ${D}/etc/dbus-1/session.d/ -} - RDEPENDS_${PN} += "qtlocation \ flite \ + libqtappfw \ openjtalk \ gstreamer1.0 \ ondemandnavi-config \