diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-02-14 17:47:53 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-02-15 22:25:18 +0000 |
commit | 1d213f481810d926bd9c39723f592efff1f35e1d (patch) | |
tree | 316b6501c37d7d3e45b59270ccf1ea96e2cdb5c3 /recipes-multimedia/lightmediascanner/files/dbus-lightmediascanner.conf | |
parent | 3d520839afffc7096d599f07210a63bd4b21c427 (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.conf | 12 |
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 8a9e35b09..000000000 --- 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> |