summaryrefslogtreecommitdiffstats
path: root/third_party/gpsd
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-07 15:29:14 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-07 15:29:14 +0000
commitede1baf26e1c524f903f2fcb7070f28ae815fad1 (patch)
tree9131847a5ec964b925eb4e6c04bcc9497f897684 /third_party/gpsd
parent98e60fa21e8e34bc66e80107f1881a74541662ca (diff)
downloadchromium_src-ede1baf26e1c524f903f2fcb7070f28ae815fad1.zip
chromium_src-ede1baf26e1c524f903f2fcb7070f28ae815fad1.tar.gz
chromium_src-ede1baf26e1c524f903f2fcb7070f28ae815fad1.tar.bz2
Revert 104481 - Fix gps.h license issue, by deleting it
BUG=98132,99326 TEST=used gpsfake (from lucid package 2.92) and opened maps.google.com/maps/m Review URL: http://codereview.chromium.org/8171006 TBR=joth@chromium.org Review URL: http://codereview.chromium.org/8199006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/gpsd')
-rw-r--r--third_party/gpsd/README.chromium10
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/gpsd/README.chromium b/third_party/gpsd/README.chromium
index 88a8130..1f1bd3e 100644
--- a/third_party/gpsd/README.chromium
+++ b/third_party/gpsd/README.chromium
@@ -1,11 +1,11 @@
Name: gpsd
URL: http://git.berlios.de/cgi-bin/gitweb.cgi?p=gpsd;a=summary
InfoURL: http://gpsd.berlios.de/
-Version: 2.94
+Version: 2.38
License: BSD
Description:
-versions 2.94
+versions 2.38, 2.94
gpsd is a service daemon that monitors one or more GPSes or AIS receivers
attached to a host computer through serial or USB ports, making all data on the
location/course/velocity of the sensors available to be queried on TCP port
@@ -14,6 +14,6 @@ location/course/velocity of the sensors available to be queried on TCP port
Local Modifications:
No modifications.
Only the gps.h file is imported, as the client library (libgps.so) is
-dynamically loaded (where present).
-
-Security Critical: yes
+dynamically loaded (where present). We import 2 versions as the older (2.38) is
+needed for Chrome OS and the newer for tip of tree builds (using the new client
+API that aims to maintain binary compatibility across future releases).