summaryrefslogtreecommitdiff
path: root/gpsd
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd')
-rw-r--r--gpsd/gpsd-qpegps_0.9.2.oe25
1 files changed, 0 insertions, 25 deletions
diff --git a/gpsd/gpsd-qpegps_0.9.2.oe b/gpsd/gpsd-qpegps_0.9.2.oe
deleted file mode 100644
index 7e94c147db..0000000000
--- a/gpsd/gpsd-qpegps_0.9.2.oe
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
-SECTION = "net"
-PRIORITY = "optional"
-MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
-DEPENDS = "virtual/libc"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/qpegps/gpsd_from_qpegps_${PV}.tar.gz \
- file://${FILESDIR}/gcc3.patch;patch=1 \
- file://${FILESDIR}/nmea-fix.patch;patch=1"
-S = "${WORKDIR}/gpsd"
-
-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
-}