diff options
Diffstat (limited to 'gpsd/gpsd_1.10.oe')
-rw-r--r-- | gpsd/gpsd_1.10.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gpsd/gpsd_1.10.oe b/gpsd/gpsd_1.10.oe index 38e0792cbc..70ce1668b8 100644 --- a/gpsd/gpsd_1.10.oe +++ b/gpsd/gpsd_1.10.oe @@ -5,9 +5,9 @@ MAINTAINER = "Michael Lauer <mickey@Vanille.de>" DEPENDS = "virtual/libc" SRC_URI = "http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \ - file://${FILESDIR}/gcc3.patch;patch=1 \ - file://${FILESDIR}/gpsdc.patch;patch=1 \ - file://${FILESDIR}/nmea-fix.patch;patch=1" + file://gcc3.patch;patch=1 \ + file://gpsdc.patch;patch=1 \ + file://nmea-fix.patch;patch=1" inherit autotools |