summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/navigation/ondemandnavi_git.bb
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-11-12 07:02:11 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-11-27 16:10:03 +0000
commita6e0f8ed016d6bfc06b88a27249adf33378d4d99 (patch)
treee089203de4256a40aa976866dacbdb763797d818 /recipes-demo-hmi/navigation/ondemandnavi_git.bb
parenta271cc0cdc82c9202e785d6de75d96f03ea6a7cb (diff)
ondemandnavi: remove org.agl.naviapi.conf from recipe
agl-service-navigation uses the afb framework and application doesn't need DBus access anymore. Bug-AGL: SPEC-2880 Change-Id: Ie381eff74cc4f053a02fe4e56f9fadc3cf191235 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> (cherry picked from commit 94d43cc23ef59dcce4912323e19c31247126c101)
Diffstat (limited to 'recipes-demo-hmi/navigation/ondemandnavi_git.bb')
-rw-r--r--recipes-demo-hmi/navigation/ondemandnavi_git.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes-demo-hmi/navigation/ondemandnavi_git.bb b/recipes-demo-hmi/navigation/ondemandnavi_git.bb
index 82f0ce82..a2c79b86 100644
--- a/recipes-demo-hmi/navigation/ondemandnavi_git.bb
+++ b/recipes-demo-hmi/navigation/ondemandnavi_git.bb
@@ -17,20 +17,13 @@ DEPENDS += "qtbase \
PV = "1.0+git${SRCPV}"
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/ondemandnavi;protocol=https;branch=${AGL_BRANCH} \
- file://org.agl.naviapi.conf \
-"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/ondemandnavi;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "${AGL_APP_REVISION}"
S = "${WORKDIR}/git"
inherit qmake5 aglwgt pkgconfig
-do_install_append() {
- install -d ${D}/etc/dbus-1/session.d/
- install -m 0644 ${WORKDIR}/org.agl.naviapi.conf ${D}/etc/dbus-1/session.d/
-}
-
RDEPENDS_${PN} += "qtlocation \
flite \
libqtappfw \