aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2017-11-16 17:10:11 -0800
committerArmin Kuster <akuster808@gmail.com>2017-11-30 09:13:32 -0800
commitc8913de265ce8f6355ba1f56d034f6ac40596763 (patch)
treee15989ce0bbffbe5ee2dd2150178480a5a79ad13 /meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service
parent754754b53bbf4c72d7855e9209f1ccecce5cd8dd (diff)
downloadmeta-openembedded-c8913de265ce8f6355ba1f56d034f6ac40596763.tar.gz
gpsd: use upstream config instead of our own
We have our own versions of the udev, hotplug, and systemd scripts, but at this point they are several years old and were added to fix bugs at the time. As far as I can tell, the relevant bugs are now fixed upstream, so we can move back to the upstream versions. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service')
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service b/meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service
deleted file mode 100644
index 7131a589d7..0000000000
--- a/meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=GPS (Global Positioning System) Daemon
-Requires=gpsd.socket
-
-[Service]
-EnvironmentFile=/etc/default/gpsd
-ExecStart=/usr/sbin/gpsd -N $GPS_DEVICES
-
-[Install]
-Also=gpsd.socket