summaryrefslogtreecommitdiff
path: root/packages/gpsd
AgeCommit message (Collapse)AuthorFiles
2008-12-05gpsd: provide virtual/gpsdMichael 'Mickey' Lauer5
2008-11-16gpsd: Only change gpsd-default for the om-gta02 machineHolger Hans Peter Freyther3
Fix up the previous commit.
2008-11-16[gpsd] change gpsd device file from /dev/ttyS3 to /dev/ttySAC1Julian_chu2
gpsd-default describe the GPS device is /dev/ttyS3, but for GTA01/GTA02 it should be /dev/ttySAC1.
2008-11-16gpsd: Modify gpsd daemon script to use start-stop-daemonJulian_chu2
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther4
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther4
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe3
2008-10-04gpsd: fix bug #4611Koen Kooi1
2008-05-01packages/gpsd/gpsd_2.37.bb : Add gpsd 2.37Stelios Koroneos1
2008-03-26fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of deviceGraeme Gregory5
2008-02-16gpsd: remove python-ncurses dependency from gspd, it's actually ↵Michael Lauer1
python-curses we depend on
2008-02-08gspd 2.* increase package granularity. closes #3529Michael Lauer4
2008-01-05gpsd-conf: Restart gllin on a resume eventMatthias Hentges5
2008-01-04gpsd: As discssed on the ML:Matthias Hentges8
- Add a gpsd-conf package - gpe-conf installs /etc/defaults/gpsd and /etc/init.d/gps-hardware via update-alternatives - A sample machine-specific -conf package for fix-gta01 is provided. - Constructive comments welcome
2008-01-03gpsd.inc: fix stagingJunqian Gordon Xu1
2008-01-03gpsd: update to 2.36, drop 2.35.Junqian Gordon Xu4
2008-01-03gpsd: add 2.35Junqian Gordon Xu3
* gpsd_dbus.patch has been fixed in upstream svn
2008-01-01gpsd: Provide working default configuration and init-script for fic-gta01. ↵Matthias Hentges4
This makes gpsd device-specific for gta01, please check the feeds.
2007-10-06gpsd: Cleanup startup script.Paul Sokolovsky3
* gpsd configuration is done via mandatory /etc/defaults/gpsd, remove confusing defaults from init script. * Make error reporting more helpful. * Based on complaints by forum users.
2007-08-19gpsd: compile python extension. upstream vendor included x86 binary in ↵Michael Lauer1
tarball (tss...). fixes #1665
2007-06-19gpsd: disable python stuff:Koen Kooi2
NOTE: Checking Package: python-pygps ERROR: Architecture did not match (40 to 3) on /work/armv4t-angstrom-linux-gnueabi/gpsd-2.34-r3/install/python-pygps/usr/lib/python2.4/site-packages/gpspacket.so people really should use insane.bbclass......
2007-06-17gpsd: ship python-pygps package, including python bindings to gpsdMichael Lauer4
2007-06-13gpsd: add defaultKoen Kooi1
2007-06-12gpsd: mark /etc/default/gpsd as CONFFILEJake Morrison5
2007-06-11gpsd: add /etc/default/gpsd config file - close #2465Jake Morrison6
2007-04-02gpsd: export BUILD_SYS and HOST_SYS as setup.py expects them to be set, add ↵Justin Patrin1
python to DEPENDS
2007-04-02gpsd: export BUILD_SYS and HOST_SYS as setup.py expects them to be setJustin Patrin1
2007-04-01gpsd: disable python bindingsKoen Kooi1
2007-02-15gpsd: add 2.34 (from openmoko svn)Koen Kooi2
2006-10-16gpsd: remove DEPENDS on dbus 0.23.ancient.obsoleteKoen Kooi1
2006-10-16gpsd: add 2.33Koen Kooi1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-05-28gpsd: Add 2.32 and remove 2.6, as request by mickey in bug #1039.Jamie Lenehan2
2006-05-28gpsd 2.28: Stop from using X headers from /usr/include by passing in the XJamie Lenehan2
include and library directory to the configure script. Closes bug #1039.