From: Matt Ranostay Date: Thu, 7 Dec 2017 04:30:42 +0000 (-0800) Subject: navigation-demo: add navigation demo application recipe X-Git-Tag: flounder_5.99.1~69 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=0b669f705a04c388e0b1b017552ea5be4f770134 navigation-demo: add navigation demo application recipe Add alternative navigation package recipe that is based on the qtlocation examples Bug-AGL: SPEC-1157 Change-Id: I1ea85f74bc5a40a4d637dc583570df931f1f2810 Signed-off-by: Matt Ranostay --- diff --git a/recipes-demo-hmi/navigation/navigation-demo_git.bb b/recipes-demo-hmi/navigation/navigation-demo_git.bb new file mode 100644 index 000000000..75381d55e --- /dev/null +++ b/recipes-demo-hmi/navigation/navigation-demo_git.bb @@ -0,0 +1,31 @@ +SUMMARY = "Navigation demo based on Qt examples" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/navigation" +SECTION = "apps" + +LICENSE = "BSD-3-Clause & CC0v1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b6bbd37d85cd2b68082aa7be27853da1 \ + file://LICENSE.for_car_png;md5=65d3616852dbf7b1a6d4b53b00626032 \ + " + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/navigation;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" + +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" + +RPROVIDES_${PN} = "virtual/navigation" + +DEPENDS += "qtquickcontrols2 \ + virtual/libhomescreen \ + qlibwindowmanager \ + qtvirtualkeyboard \ + qtlocation \ + " + +RDEPENDS_${PN} = " \ + agl-service-gps \ + agl-service-geoclue \ + agl-service-geofence \ + " + +inherit qmake5 aglwgt