SUMMARY = "AGL Reference On Demand Navigation application." DESCRIPTION = "Demo AGL navigation application based on QtLocation widget." HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/ondemandnavi" SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" DEPENDS += "qtquickcontrols2 \ qlibhomescreen \ qlibwindowmanager \ qtlocation \ qtaglextras \ " PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/ondemandnavi;protocol=https;branch=${AGL_BRANCH} \ file://org.agl.naviapi.conf \ " 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 \ openjtalk \ gstreamer1.0 \ ondemandnavi-config \ " RPROVIDES_${PN} = "virtual/navigation"