From 260cdf01a0f986ea2c18de6a6b020d5f8fa8bdc6 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 14 Mar 2018 09:44:31 -0500 Subject: Remove gpsd reference to non-existent script in udev rules. --- recipes-navigation/gpsd/gpsd/gpsd.rules | 3 ++- recipes-navigation/gpsd/gpsd_3.16.bb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes-navigation') 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" -- cgit v1.2.3