diff options
Diffstat (limited to 'gpsd')
-rw-r--r-- | gpsd/gpsd_1.10.bb | 0 | ||||
-rw-r--r-- | gpsd/gpsd_1.10.oe | 26 |
2 files changed, 0 insertions, 26 deletions
diff --git a/gpsd/gpsd_1.10.bb b/gpsd/gpsd_1.10.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpsd/gpsd_1.10.bb 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 -} |