diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-12-06 20:30:42 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-10 12:31:09 +0000 |
commit | 2a97376b97bd5cec0cad1ff6f186245602e46320 (patch) | |
tree | 7b35371daa8993274a0c671afd9fb9d7d893999b /recipes-demo-hmi/navigation | |
parent | 4c7279c653f777f5fe98456a7e0cc4fa781bbd25 (diff) |
navigation-demo: add navigation demo application recipeeel_4.99.4eel/4.99.44.99.4
Add alternative navigation package recipe that is based on the
qtlocation examples
Bug-AGL: SPEC-1157
Change-Id: I1ea85f74bc5a40a4d637dc583570df931f1f2810
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/navigation')
-rw-r--r-- | recipes-demo-hmi/navigation/navigation-demo_git.bb | 31 |
1 files changed, 31 insertions, 0 deletions
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 |