diff options
author | John Klug <john.klug@multitech.com> | 2018-03-14 09:44:31 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-03-14 09:44:31 -0500 |
commit | 260cdf01a0f986ea2c18de6a6b020d5f8fa8bdc6 (patch) | |
tree | 7e551dec9da1aa6430efeb580b8fb8ef8faf12f2 /recipes-navigation | |
parent | 46bd45fc6f3aacdbefce5e67ee00a806c81e3592 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-navigation/gpsd/gpsd/gpsd.rules | 3 | ||||
-rw-r--r-- | recipes-navigation/gpsd/gpsd_3.16.bb | 2 |
2 files changed, 3 insertions, 2 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" diff --git a/recipes-navigation/gpsd/gpsd_3.16.bb b/recipes-navigation/gpsd/gpsd_3.16.bb index 357f570..4e650dc 100644 --- a/recipes-navigation/gpsd/gpsd_3.16.bb +++ b/recipes-navigation/gpsd/gpsd_3.16.bb @@ -4,7 +4,7 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800" DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-replacement-native pps-tools" PROVIDES = "virtual/gpsd" -PR="m3" +PR="m4" EXTRANATIVEPATH += "chrpath-native" |