fso-gpsd: Bump to 0.8 release. Initscript changes.
authorStefan Schmidt <stefan@datenfreihafen.org>
Fri, 19 Dec 2008 12:27:16 +0000 (13:27 +0100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 19 Dec 2008 12:27:16 +0000 (13:27 +0100)
The author requested to change the way PID is handled and that it should only
listen on localhost.

conf/distro/include/sane-srcrevs.inc
packages/freesmartphone/fso-gpsd/fso-gpsd
packages/freesmartphone/fso-gpsd_git.bb

index 1272244..e6adf18 100644 (file)
@@ -51,7 +51,7 @@ SRCREV_pn-frameworkd ?= "2c0b6753c9373a34317a0d86c02f38d871e8f526"
 SRCREV_pn-frameworkd-devel ?= "3d4244fcd3445c3f18af51da8829df48a9ebe69d"
 SRCREV_pn-fsod ?= "3fa5eb6f2edcf7c9f0fc2027fda47b91d9f0f136"
 SRCREV_pn-fso-apm ?= "eb39ce7fb81bfa64e1a9eb5f142ca3d1065be3fa"
-SRCREV_pn-fso-gpsd ?= "898d7ae0a41df483d32ca010732d912436986fdd"
+SRCREV_pn-fso-gpsd ?= "15f75f335efb52dd50a22a05f47a0f63eb07378b"
 SRCREV_pn-fso-sounds ?= "b24d3c2e66fee10a5e288101cd1b6f5bbd3da7e2"
 SRCREV_pn-fstests ?= "204"
 SRCREV_pn-gconf-dbus ?= "641"
index 9859c6f..f7b0196 100644 (file)
@@ -14,7 +14,8 @@ NAME=fso-gpsd
 case "$1" in
     start)
         echo -n "Starting freesmartphone.org gpsd compatibility daemon: "
-        start-stop-daemon --start --pidfile /var/run/${NAME}.pid --make-pidfile -x /usr/sbin/fso-gpsd
+        start-stop-daemon --start /usr/sbin/fso-gpsd -S localhost:gpsd -P /var/run/${NAME}.pid
+
         if [ $? = 0 ]; then
             echo "(ok)"
         else
index 8219143..7f574c1 100644 (file)
@@ -2,8 +2,8 @@ DESCRIPTION = "freesmartphone.org gpsd compatibility daemon"
 LICENSE = "GPL"
 SECTION = "network"
 DEPENDS = "dbus-glib"
-PV = "0.7+gitr${SRCREV}"
-PR = "r1"
+PV = "0.8+gitr${SRCREV}"
+PR = "r0"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/fso-gpsd.git;protocol=git;branch=master \