summaryrefslogtreecommitdiff
path: root/recipes-navigation/gpsd/gpsd
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-03-14 09:44:31 -0500
committerJohn Klug <john.klug@multitech.com>2018-03-14 09:44:31 -0500
commit260cdf01a0f986ea2c18de6a6b020d5f8fa8bdc6 (patch)
tree7e551dec9da1aa6430efeb580b8fb8ef8faf12f2 /recipes-navigation/gpsd/gpsd
parent46bd45fc6f3aacdbefce5e67ee00a806c81e3592 (diff)
downloadmeta-mlinux-260cdf01a0f986ea2c18de6a6b020d5f8fa8bdc6.tar.gz
meta-mlinux-260cdf01a0f986ea2c18de6a6b020d5f8fa8bdc6.tar.bz2
meta-mlinux-260cdf01a0f986ea2c18de6a6b020d5f8fa8bdc6.zip
Remove gpsd reference to non-existent script in udev rules.
Diffstat (limited to 'recipes-navigation/gpsd/gpsd')
-rw-r--r--recipes-navigation/gpsd/gpsd/gpsd.rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd/gpsd.rules b/recipes-navigation/gpsd/gpsd/gpsd.rules
index 4817222..dc90ad6 100644
--- a/recipes-navigation/gpsd/gpsd/gpsd.rules
+++ b/recipes-navigation/gpsd/gpsd/gpsd.rules
@@ -42,7 +42,8 @@ ATTR{idVendor}=="0403", ATTR{idProduct}=="6001", SYMLINK="gps%n", RUN+="/lib/ude
# u-blox 4
ATTR{idVendor}=="1546", ATTR{idProduct}=="01a4", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
-ACTION=="remove", RUN+="/lib/udev/gpsd.hotplug.wrapper"
+# mLinux does not come with gpsd.hotplug.wrapper
+# ACTION=="remove", RUN+="/lib/udev/gpsd.hotplug.wrapper"
KERNEL=="ttyXRUSB2", SYMLINK+="gps0"
KERNEL=="pps0", OWNER="root", GROUP="tty", MODE="0660", SYMLINK+="gpspps0"