diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-12-19 13:27:16 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-12-19 13:27:16 +0100 |
commit | 448c0f81a2c8d902c0582cd843cc14d2e40da98f (patch) | |
tree | e4e2dc704d010919e7411b31e6a1f8f93d6655ec /packages/freesmartphone/fso-gpsd_git.bb | |
parent | 4329072ac56debc5cfc53ad1ee0af5015061211a (diff) |
fso-gpsd: Bump to 0.8 release. Initscript changes.
The author requested to change the way PID is handled and that it should only
listen on localhost.
Diffstat (limited to 'packages/freesmartphone/fso-gpsd_git.bb')
-rw-r--r-- | packages/freesmartphone/fso-gpsd_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freesmartphone/fso-gpsd_git.bb b/packages/freesmartphone/fso-gpsd_git.bb index 8219143f0d..7f574c1a89 100644 --- a/packages/freesmartphone/fso-gpsd_git.bb +++ b/packages/freesmartphone/fso-gpsd_git.bb @@ -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 \ |