From: Scott Murray Date: Thu, 14 Jan 2021 22:02:08 +0000 (-0500) Subject: Remove unused navigation-demo app recipe X-Git-Tag: 10.92.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=97e649011231f3738f06b3ba70e4cae840c7177d;p=AGL%2Fmeta-agl-demo.git 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 --- 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