summaryrefslogtreecommitdiffstats
path: root/recipes/gpsd/files
diff options
context:
space:
mode:
authorMichael Lippautz <michael.lippautz@gmail.com>2010-05-19 14:24:19 +0200
committerMichael Lippautz <michael.lippautz@gmail.com>2010-05-19 14:25:32 +0200
commit4f15295e5b226725e7844f0a3bb741e97846d65d (patch)
tree030d796a3637308fca54840e069b2187fedcb6de /recipes/gpsd/files
parente92042a4e03b0d40dab3886867340059e6fafcb3 (diff)
downloadopenembedded-4f15295e5b226725e7844f0a3bb741e97846d65d.tar.gz
gpsd: Add version 2.94
* Makes python-pygps usable again (2.91 lacks bindings)
Diffstat (limited to 'recipes/gpsd/files')
-rwxr-xr-xrecipes/gpsd/files/gpsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gpsd/files/gpsd b/recipes/gpsd/files/gpsd
index fde4285569..3687d24001 100755
--- a/recipes/gpsd/files/gpsd
+++ b/recipes/gpsd/files/gpsd
@@ -52,7 +52,8 @@ do_start()
# 0 if daemon has been started
# 1 if daemon was already running
# 2 if daemon could not be started
- start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \
+ start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test \
+ -- $GPSD_OPTIONS -P $PIDFILE $GPS_DEVICES > /dev/null \
|| return 1
start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- \
$GPSD_OPTIONS -P $PIDFILE $GPS_DEVICES \