aboutsummaryrefslogtreecommitdiffstats
path: root/gpsd/gpsd_1.10.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd/gpsd_1.10.oe')
-rw-r--r--gpsd/gpsd_1.10.oe26
1 files changed, 0 insertions, 26 deletions
diff --git a/gpsd/gpsd_1.10.oe b/gpsd/gpsd_1.10.oe
deleted file mode 100644
index 8b495dd90a..0000000000
--- a/gpsd/gpsd_1.10.oe
+++ /dev/null
@@ -1,26 +0,0 @@
-LICENSE = GPL
-DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
-SECTION = "console/network"
-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
-}