libhomescreen: remove org.agl.statusbar.conf dbus policy 55/22955/3
authorMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 15 Nov 2019 08:06:33 +0000 (10:06 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 26 Nov 2019 17:50:26 +0000 (17:50 +0000)
StatusBar dbus interface is deprecated and no longer actively
used so remove dbus session policy.

Bug-AGL: SPEC-2964
Change-Id: I7fc6dce12761ed81c59e4d96a0db95f748570e84
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen/org.agl.statusbar.conf [deleted file]
meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen_git.bb

diff --git a/meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen/org.agl.statusbar.conf b/meta-agl-profile-graphical/recipes-graphics/libhomescreen/libhomescreen/org.agl.statusbar.conf
deleted file mode 100644 (file)
index dc3852e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE busconfig PUBLIC
-"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
-"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
-       <policy context="default">
-               <!-- Allow everyone to talk to main service. We'll later add an agent to
-                    only share the location if user allows it. -->
-               <allow send_interface="org.agl.statusbar"/>
-       </policy>
-
-       <policy user="root">
-               <!-- Allow root to own the name on the bus -->
-               <allow own="org.agl.statusbar"/>
-       </policy>
-</busconfig>
-
index 1acd7af..bf8f133 100644 (file)
@@ -12,15 +12,8 @@ DEPENDS = "af-binder json-c"
 
 inherit cmake
 
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libhomescreen.git;protocol=https;branch=${AGL_BRANCH} \
-          file://org.agl.statusbar.conf \
-         "
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libhomescreen.git;protocol=https;branch=${AGL_BRANCH}"
 SRCREV = "44290c49e08fe52d6e3ed80720473577131090f4"
 S = "${WORKDIR}/git"
 
-do_install_append() {
-       mkdir -p ${D}${sysconfdir}/dbus-1/session.d
-       install -m 0644 ${WORKDIR}/org.agl.statusbar.conf  ${D}${sysconfdir}/dbus-1/session.d
-}
-
 RDEPENDS_${PN} = "agl-service-homescreen"