From 97e649011231f3738f06b3ba70e4cae840c7177d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 14 Jan 2021 17:02:08 -0500 Subject: [PATCH] Remove unused navigation-demo app recipe 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 Change-Id: I3e9c17aab82fa4a05181eaa2f13efc77e4dbcd40 --- recipes-demo/navigation/navigation-demo_git.bb | 32 -------------------------- 1 file changed, 32 deletions(-) delete mode 100644 recipes-demo/navigation/navigation-demo_git.bb diff --git a/recipes-demo/navigation/navigation-demo_git.bb b/recipes-demo/navigation/navigation-demo_git.bb deleted file mode 100644 index 7f3fcdf10..000000000 --- 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 -- 2.16.6