summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* gpsd: update to 3.7, drop older 3.5 and git recipeDenis 'GNUtoo' Carikli2012-08-201-123/+0
| | | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: add chrpath-native to DEPENDS otherwise it could autodetect host chrpathMartin Jansa2012-07-301-2/+2
| | | | | | | | | | * which doesn't work sometimes: chrpath -d "/var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.5-r7/image/usr/sbin/gpsd" `/var/lib/jenkins/jobs/shr-core/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gpsd-3.5-r7/image/usr/sbin/gpsd' probably isn't a 64-bit LSB-first ELF file. elf_open: Exec format error Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: drop older version 3.4Martin Jansa2012-07-281-1/+0
| | | | | | * GNUtoo tested 3.5 and it works fine, Thanks Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: inherit pythonnativeMartin Jansa2012-07-241-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: move systemd support to meta-systemdAndreas Müller2012-07-161-11/+4
|
* gpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsdDenis 'GNUtoo' Carikli2012-06-211-2/+3
| | | | | | | | | | | | | Without that fix gpsd starts without using the machine specific gps serial port. On some devices like the GTA04, not only that makes GPS not work, but that also prevent suspend because GPS has to be off in order for suspend to succeed(and the program powering off the GPS has to know if the GPS is on or off by using gpsd). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa2012-06-051-0/+2
| | | | | | | | without PN* suffix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gpsd: disable docs generationMartin Jansa2012-04-301-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: fix python paths and RPATHsMartin Jansa2012-04-301-0/+1
| | | | | | * see included patch for description Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: add recipe for 3.5 with negative D_P for testingMartin Jansa2012-04-301-0/+126
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>