diff options
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd/60-gpsd.rules | 2 | ||||
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd/60-gpsd.rules b/meta-oe/recipes-navigation/gpsd/gpsd/60-gpsd.rules index c01db068d..61143b8f6 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd/60-gpsd.rules +++ b/meta-oe/recipes-navigation/gpsd/gpsd/60-gpsd.rules | |||
@@ -40,7 +40,7 @@ ATTR{idVendor}=="1546", ATTR{idProduct}=="01a5", SYMLINK="gps%n", RUN+="/lib/ude | |||
40 | # FTDI FT232 | 40 | # FTDI FT232 |
41 | ATTR{idVendor}=="0403", ATTR{idProduct}=="6001", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper" | 41 | ATTR{idVendor}=="0403", ATTR{idProduct}=="6001", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper" |
42 | # u-blox 4 | 42 | # u-blox 4 |
43 | SYSFS{idVendor}=="1546", SYSFS{idProduct}=="01a4", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper" | 43 | ATTR{idVendor}=="1546", ATTR{idProduct}=="01a4", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper" |
44 | 44 | ||
45 | ACTION=="remove", RUN+="/lib/udev/gpsd.hotplug.wrapper" | 45 | ACTION=="remove", RUN+="/lib/udev/gpsd.hotplug.wrapper" |
46 | 46 | ||
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb index 105dbf6be..e98d795a9 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | |||
@@ -7,7 +7,7 @@ PROVIDES = "virtual/gpsd" | |||
7 | 7 | ||
8 | EXTRANATIVEPATH += "chrpath-native" | 8 | EXTRANATIVEPATH += "chrpath-native" |
9 | 9 | ||
10 | PR = "r2" | 10 | PR = "r3" |
11 | 11 | ||
12 | SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ | 12 | SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ |
13 | file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \ | 13 | file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \ |