Remove unused navigation-demo app recipe 21/25921/2 10.92.0 koi/10.92.0 koi_10.92.0
authorScott Murray <scott.murray@konsulko.com>
Thu, 14 Jan 2021 22:02:08 +0000 (17:02 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 15 Jan 2021 23:25:48 +0000 (23:25 +0000)
The navigation-demo application has never been used and its role as
an example of using QtLocation has for the most part been supplanted
by ondemandnavi, so remove it to reduce maintenance burden.

Bug-AGL: SPEC-3748

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I3e9c17aab82fa4a05181eaa2f13efc77e4dbcd40

recipes-demo/navigation/navigation-demo_git.bb [deleted file]

diff --git a/recipes-demo/navigation/navigation-demo_git.bb b/recipes-demo/navigation/navigation-demo_git.bb
deleted file mode 100644 (file)
index 7f3fcdf..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-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 \
-             libhomescreen \
-             qtvirtualkeyboard \
-             qtlocation \
-            "
-
-RDEPENDS_${PN} = " \
-             agl-service-gps \
-             agl-service-geoclue \
-             agl-service-geofence \
-             qtlocation \
-             qtvirtualkeyboard \
-            "
-
-inherit qmake5 aglwgt