summaryrefslogtreecommitdiffstats
path: root/recipes-demo/navigation/navigation-demo_git.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-01-14 17:02:08 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-15 23:25:48 +0000
commit97e649011231f3738f06b3ba70e4cae840c7177d (patch)
tree06743de994b6ecba1bcd82c1cc4d2b1d2be2326e /recipes-demo/navigation/navigation-demo_git.bb
parent198b0ba38aedddd7a1cca2eaf6dcd40414591076 (diff)
Remove unused navigation-demo app recipekoi_10.92.0koi/10.92.010.92.0
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
Diffstat (limited to 'recipes-demo/navigation/navigation-demo_git.bb')
-rw-r--r--recipes-demo/navigation/navigation-demo_git.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-demo/navigation/navigation-demo_git.bb b/recipes-demo/navigation/navigation-demo_git.bb
deleted file mode 100644
index 7f3fcdf1..00000000
--- a/recipes-demo/navigation/navigation-demo_git.bb
+++ /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