summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-04-20 20:54:38 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-04-23 19:07:54 +0000
commit2058488e70e63f9ce064273043aa627d786b58d7 (patch)
tree1fc9f679470042b5005052591d01a1958b71fe9c
parent5c71ba5d53adcedb2ae4f0adceae34e3c096bc60 (diff)
lightmediascanner: delete the remove rule
Remove rule isn't needed since MediaPlayer application is using udisks to detect media removal Bug-AGL: SPEC-484 Change-Id: If67dd99fc162abf5c93b548ea1063f8dffe53e14 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9169 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-agl/recipes-multimedia/lightmediascanner/files/90-lightmediascanner.rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-agl/recipes-multimedia/lightmediascanner/files/90-lightmediascanner.rules b/meta-agl/recipes-multimedia/lightmediascanner/files/90-lightmediascanner.rules
index 86c39e463..55bcb3ac6 100644
--- a/meta-agl/recipes-multimedia/lightmediascanner/files/90-lightmediascanner.rules
+++ b/meta-agl/recipes-multimedia/lightmediascanner/files/90-lightmediascanner.rules
@@ -1,2 +1 @@
SUBSYSTEM=="block", ACTION=="add" RUN+="/etc/udev/scripts/lightmediascanner.sh"
-SUBSYSTEM=="block", ACTION=="remove" RUN+="/etc/udev/scripts/lightmediascanner.sh"