aboutsummaryrefslogtreecommitdiffstats
path: root/gpsd/gpsd_1.10.oe
blob: 8ab661ee5a9a3926589df46edd759368916b6fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
SECTION = "net"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"

SRC_URI = "http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \
           file://gcc3.patch;patch=1 \
           file://gcc34.patch;patch=1 \
           file://gpsdc.patch;patch=1 \
           file://nmea-fix.patch;patch=1"

inherit autotools

do_configure() {
	oe_runconf
}

do_compile() {
	oe_runmake gpsd
}

do_install () {
	install -d ${D}/${bindir}
	install -m 0755 ${S}/gpsd ${D}/${bindir}/gpsd
}