summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gpsd
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-03-01 15:50:15 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-03-06 06:05:35 +0100
commit230e2171d07815f51d5b6d044627afa0ff13c5d4 (patch)
tree9d72dda18c5d8c9fff72df1e8a042868afdfd26a /meta-oe/recipes-navigation/gpsd
parent5c56e0d7579454a03f64e5b462b499d32a8e6997 (diff)
downloadmeta-openembedded-230e2171d07815f51d5b6d044627afa0ff13c5d4.tar.gz
gpsd: fix udev rules file
systemd-udevd[41]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/60-gpsd.rules:43 systemd-udevd[41]: invalid rule '/etc/udev/rules.d/60-gpsd.rules:43' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/gpsd')
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd/60-gpsd.rules2
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb2
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
41ATTR{idVendor}=="0403", ATTR{idProduct}=="6001", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper" 41ATTR{idVendor}=="0403", ATTR{idProduct}=="6001", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
42# u-blox 4 42# u-blox 4
43SYSFS{idVendor}=="1546", SYSFS{idProduct}=="01a4", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper" 43ATTR{idVendor}=="1546", ATTR{idProduct}=="01a4", SYMLINK="gps%n", RUN+="/lib/udev/gpsd.hotplug.wrapper"
44 44
45ACTION=="remove", RUN+="/lib/udev/gpsd.hotplug.wrapper" 45ACTION=="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
8EXTRANATIVEPATH += "chrpath-native" 8EXTRANATIVEPATH += "chrpath-native"
9 9
10PR = "r2" 10PR = "r3"
11 11
12SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ 12SRC_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 \