aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-02-14 17:47:53 -0500
committerScott Murray <scott.murray@konsulko.com>2022-02-15 22:25:18 +0000
commit1d213f481810d926bd9c39723f592efff1f35e1d (patch)
tree316b6501c37d7d3e45b59270ccf1ea96e2cdb5c3 /recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf
parent3d520839afffc7096d599f07210a63bd4b21c427 (diff)
Remove lightmediascanner
Remove the lightmediascanner recipe. The upstream project is no longer maintained and our intent is to replace its usage with mpd (Media Player Daemon). Bug-AGL: SPEC-4255 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I692406bec23b7fcf9642c1859e64e60e89c625ec
Diffstat (limited to 'recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf')
-rw-r--r--recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf b/recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf
deleted file mode 100644
index 8a9e35b0..00000000
--- a/recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.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 user="root">
- <allow own="org.lightmediascanner"/>
- <allow send_destination="org.lightmediascanner"/>
- <allow receive_type="signal" receive_sender="org.lightmediascanner" receive_interface="org.freedesktop.DBus.Properties"/>
- </policy>
-
- <policy at_console="true">
- <allow send_destination="org.lightmediascanner"/>
- </policy>
-</busconfig>